#include "catalog/genbki.h"
#include "catalog/pg_amop_d.h"
Go to the source code of this file.
|
| CATALOG (pg_amop, 2602, AccessMethodOperatorRelationId) |
|
| DECLARE_UNIQUE_INDEX (pg_amop_fam_strat_index, 2653, AccessMethodStrategyIndexId, on pg_amop using btree(amopfamily oid_ops, amoplefttype oid_ops, amoprighttype oid_ops, amopstrategy int2_ops)) |
|
| DECLARE_UNIQUE_INDEX (pg_amop_opr_fam_index, 2654, AccessMethodOperatorIndexId, on pg_amop using btree(amopopr oid_ops, amoppurpose char_ops, amopfamily oid_ops)) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_amop_oid_index, 2756, AccessMethodOperatorOidIndexId, on pg_amop using btree(oid oid_ops)) |
|
◆ Form_pg_amop
◆ CATALOG()
CATALOG |
( |
pg_amop |
, |
|
|
2602 |
, |
|
|
AccessMethodOperatorRelationId |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX() [1/2]
DECLARE_UNIQUE_INDEX |
( |
pg_amop_fam_strat_index |
, |
|
|
2653 |
, |
|
|
AccessMethodStrategyIndexId |
, |
|
|
on pg_amop using |
btreeamopfamily oid_ops, amoplefttype oid_ops, amoprighttype oid_ops, amopstrategy int2_ops |
|
) |
| |
◆ DECLARE_UNIQUE_INDEX() [2/2]
DECLARE_UNIQUE_INDEX |
( |
pg_amop_opr_fam_index |
, |
|
|
2654 |
, |
|
|
AccessMethodOperatorIndexId |
, |
|
|
on pg_amop using |
btreeamopopr oid_ops, amoppurpose char_ops, amopfamily oid_ops |
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_amop_oid_index |
, |
|
|
2756 |
, |
|
|
AccessMethodOperatorOidIndexId |
, |
|
|
on pg_amop using |
btreeoid oid_ops |
|
) |
| |
◆ FormData_pg_amop