Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
49.33. pg_operator
Prev UpChapter 49. System CatalogsHome Next

49.33. pg_operator

The catalogpg_operator stores information about operators. SeeCREATE OPERATOR andSection 35.12 for more information.

Table 49.33. pg_operator Columns

NameTypeReferencesDescription
oidoid Row identifier (hidden attribute; must be explicitly selected)
oprnamename Name of the operator
oprnamespaceoidpg_namespace.oid The OID of the namespace that contains this operator
oprowneroidpg_authid.oidOwner of the operator
oprkindchar b = infix (both),l = prefix (left),r = postfix (right)
oprcanmergebool This operator supports merge joins
oprcanhashbool This operator supports hash joins
oprleftoidpg_type.oidType of the left operand
oprrightoidpg_type.oidType of the right operand
oprresultoidpg_type.oidType of the result
oprcomoidpg_operator.oidCommutator of this operator, if any
oprnegateoidpg_operator.oidNegator of this operator, if any
oprcoderegprocpg_proc.oidFunction that implements this operator
oprrestregprocpg_proc.oidRestriction selectivity estimation function for this operator
oprjoinregprocpg_proc.oidJoin selectivity estimation function for this operator

Unused column contain zeroes. For example,oprleft is zero for a prefix operator.


Prev Up Next
49.32. pg_opclass Home 49.34. pg_opfamily
pdfepub
Go to Postgres Pro Standard 9.5
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp