Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.35. pg_opfamily
Prev UpChapter 51. System CatalogsHome Next

51.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 36.16.

Table 51.35. pg_opfamily Columns

Column Type

Description

oidoid

Row identifier

opfmethodoid (referencespg_am.oid)

Index access method operator family is for

opfnamename

Name of this operator family

opfnamespaceoid (referencespg_namespace.oid)

Namespace of this operator family

opfowneroid (referencespg_authid.oid)

Owner 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
51.34. pg_operator Home 51.36. pg_parameter_acl
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp