[][src]Function pgx_pg_sys::DefineIndex

pub unsafe fn DefineIndex(
    arg_relationId: Oid,
    arg_stmt: *mut IndexStmt,
    arg_indexRelationId: Oid,
    arg_parentIndexId: Oid,
    arg_parentConstraintId: Oid,
    arg_is_alter_table: bool,
    arg_check_rights: bool,
    arg_check_not_in_use: bool,
    arg_skip_build: bool,
    arg_quiet: bool
) -> ObjectAddress