#include "catalog/genbki.h"
#include "catalog/pg_amop_d.h"
Go to the source code of this file.
|
| BEGIN_CATALOG_STRUCT | CATALOG (pg_amop, 2602, AccessMethodOperatorRelationId) |
| |
| | DECLARE_UNIQUE_INDEX (pg_amop_fam_strat_index, 2653, AccessMethodStrategyIndexId, pg_amop, btree(amopfamily oid_ops, amoplefttype oid_ops, amoprighttype oid_ops, amopstrategy int2_ops)) |
| |
| | DECLARE_UNIQUE_INDEX (pg_amop_opr_fam_index, 2654, AccessMethodOperatorIndexId, pg_amop, btree(amopopr oid_ops, amoppurpose char_ops, amopfamily oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_amop_oid_index, 2756, AccessMethodOperatorOidIndexId, pg_amop, btree(oid oid_ops)) |
| |
| | MAKE_SYSCACHE (AMOPSTRATEGY, pg_amop_fam_strat_index, 64) |
| |
| | MAKE_SYSCACHE (AMOPOPID, pg_amop_opr_fam_index, 64) |
| |
◆ CATALOG()
◆ DECLARE_UNIQUE_INDEX() [1/2]
◆ DECLARE_UNIQUE_INDEX() [2/2]
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ Form_pg_amop
Definition at line 92 of file pg_amop.h.
Referenced by blvalidate(), brinvalidate(), btvalidate(), comparison_ops_are_compatible(), equality_ops_are_compatible(), get_compatible_hash_operators(), get_mergejoin_opfamilies(), get_object_address_opf_member(), get_op_hash_functions(), get_op_index_interpretation(), get_op_opfamily_properties(), get_op_opfamily_sortfamily(), get_op_opfamily_strategy(), get_opfamily_member(), get_ordering_op_for_equality_op(), get_ordering_op_properties(), getObjectDescription(), getObjectIdentityParts(), ginvalidate(), gistvalidate(), hashvalidate(), identify_opfamily_groups(), op_is_safe_index_member(), spgproperty(), and spgvalidate().
◆ FormData_pg_amop