select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

The catalog pg_amop stores information about operators associated with access method operator families.

Kind
System catalogs
Columns in this snapshot
9
Definition source
English manual

Columns 9

ColumnTypeDescription / reference
oidoidRow identifier
amopfamilyoidThe operator family this entry is for
pg_opfamily.oid
amoplefttypeoidLeft-hand input data type of operator
pg_type.oid
amoprighttypeoidRight-hand input data type of operator
pg_type.oid
amopstrategyint2Operator strategy number
amoppurposecharOperator purpose, either s for search or o for ordering
amopoproidOID of the operator
pg_operator.oid
amopmethodoidIndex access method operator family is for
pg_am.oid
amopsortfamilyoidThe B-tree operator family this entry sorts according to, if an ordering operator; zero if a search operator
pg_opfamily.oid
Column history across versions
Version history 4
  1. PG 11 → 12changed
  2. PG 9.3 → 9.4changed
  3. PG 9.2 → 9.3changed
  4. PG 9.0 → 9.1changed

Definition snapshot: english-manuals:821a5accc36ae240326edd4d04e… · English manual source