Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
49.35. pg_opfamily
Prev UpChapter 49. System CatalogsHome Next

49.35. pg_opfamily

The catalogpg_opfamily defines operator families. Each operator family is a collection of operators and associated support routines that implement the semantics specified for a particular index access method. Furthermore, the operators in a family are allcompatible, in a way that is specified by the access method. The operator family concept allows cross-data-type operators to be used with indexes and to be reasoned about using knowledge of access method semantics.

Operator families are described at length inSection 35.14.

Table 49.35. pg_opfamily Columns

NameTypeReferencesDescription
oidoid Row identifier (hidden attribute; must be explicitly selected)
opfmethodoidpg_am.oidIndex access method operator family is for
opfnamename Name of this operator family
opfnamespaceoidpg_namespace.oidNamespace of this operator family
opfowneroidpg_authid.oidOwner of the operator family

The majority of the information defining an operator family is not in itspg_opfamily row, but in the associated rows inpg_amop,pg_amproc, andpg_opclass.


Prev Up Next
49.34. pg_operator Home 49.36. pg_partitioned_table
epubpdf
Go to Postgres Pro Standard 10
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp