PG_RANGE
PG_RANGE records information about range types. Entries in PG_TYPE are excluded.
Table 1 PG_RANGE columns
PG_TYPE.oid |
|||
PG_TYPE.oid |
|||
PG_COLLATION.oid |
|||
PG_OPCLASS.oid |
OID of the subtype's operator class used for range comparisons |
||
PG_PROC.proname |
Name of the function to convert a range value into canonical form (0 if none) |
||
PG_PROC.proname |
Name of the function to return the difference between two element values as double precision (0 if none) |
rngsubopc (together with rngcollation, if the element type is collatable) determines the sort ordering used by the range type. rngcanonical is used when the element type is discrete.