select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

The catalog pg_range stores information about range types.

Kind
System catalogs
Columns in this snapshot
7
Definition source
English manual

Columns 7

ColumnTypeDescription / reference
rngtypidoidOID of the range type
pg_type.oid
rngsubtypeoidOID of the element type (subtype) of this range type
pg_type.oid
rngmultitypidoidOID of the multirange type for this range type
pg_type.oid
rngcollationoidOID of the collation used for range comparisons, or zero if none
pg_collation.oid
rngsubopcoidOID of the subtype's operator class used for range comparisons
pg_opclass.oid
rngcanonicalregprocOID of the function to convert a range value into canonical form, or zero if none
pg_proc.oid
rngsubdiffregprocOID of the function to return the difference between two element values as double precision, or zero if none
pg_proc.oid
Column history across versions
Version history 3
  1. PG 18 → 19changed
  2. PG 13 → 14changed
  3. PG 9.1 → 9.2added

Definition snapshot: english-manuals:bd7fac6ceceecb78b1d6b8e31ee… · English manual source