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_opclass defines index access method operator classes.

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

Columns 9

ColumnTypeDescription / reference
oidoidRow identifier
opcmethodoidIndex access method operator class is for
pg_am.oid
opcnamenameName of this operator class
opcnamespaceoidNamespace of this operator class
pg_namespace.oid
opcowneroidOwner of the operator class
pg_authid.oid
opcfamilyoidOperator family containing the operator class
pg_opfamily.oid
opcintypeoidData type that the operator class indexes
pg_type.oid
opcdefaultboolTrue if this operator class is the default for opcintype
opckeytypeoidType of data stored in index, or zero if same as opcintype
pg_type.oid
Column history across versions
Version history 8
  1. PG 16 → 17changed
  2. PG 13 → 14changed
  3. PG 11 → 12changed
  4. PG 10 → 11changed
  5. PG 9.6 → 10changed
  6. PG 9.5 → 9.6changed
  7. PG 9.2 → 9.3changed
  8. PG 9.1 → 9.2changed

Definition snapshot: english-manuals:04fac048e0aa36da2b46a7ee7ab… · English manual source