Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.44. pg_range
Prev UpChapter 51. System CatalogsHome Next

51.44. pg_range#

The catalogpg_range stores information about range types. This is in addition to the types' entries inpg_type.

Table 51.44. pg_range Columns

Column Type

Description

rngtypidoid (referencespg_type.oid)

OID of the range type

rngsubtypeoid (referencespg_type.oid)

OID of the element type (subtype) of this range type

rngmultitypidoid (referencespg_type.oid)

OID of the multirange type for this range type

rngcollationoid (referencespg_collation.oid)

OID of the collation used for range comparisons, or zero if none

rngsubopcoid (referencespg_opclass.oid)

OID of the subtype's operator class used for range comparisons

rngcanonicalregproc (referencespg_proc.oid)

OID of the function to convert a range value into canonical form, or zero if none

rngsubdiffregproc (referencespg_proc.oid)

OID of the function to return the difference between two element values asdouble precision, or zero if none


rngsubopc (plusrngcollation, if the element type is collatable) determines the sort ordering used by the range type.rngcanonical is used when the element type is discrete.rngsubdiff is optional but should be supplied to improve performance of GiST indexes on the range type.


Prev Up Next
51.43. pg_publication_rel Home 51.45. pg_replication_origin
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