Catalogs: pg_range
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_range stores information about range types. This is in addition to the types' entries in

2025-01-10 15:47:30
Comparisons
  • References/Database/PostgreSQL/Functions and Operators

The usual comparison operators are available, as shown in Table 9-1. Table 9-1. Comparison Operators

2025-01-10 15:47:30
Server Configuration: Version and Platform Compatibility
  • References/Database/PostgreSQL/Server Configuration

19.13.1. Previous PostgreSQL Versions array_nulls (

2025-01-10 15:47:30
Log-Shipping Standby Servers
  • References/Database/PostgreSQL/High Availability

Continuous archiving can be used to create a high availability (HA) cluster configuration with one or more standby servers

2025-01-10 15:47:30
JSON Types
  • References/Database/PostgreSQL/Data Types

JSON data types are for storing JSON (JavaScript Object Notation) data, as specified in RFC 7159.

2025-01-10 15:47:30
VACUUM
  • References/Database/PostgreSQL/Commands

NameVACUUM -- garbage-collect and optionally analyze a database Synopsis

2025-01-10 15:47:30
Internals//GIN Indexes: Extensibility
  • References/Database/PostgreSQL/Internals/GIN Indexes

The GIN interface has a high level of abstraction, requiring the access method implementer only to implement the semantics of the data type

2025-01-10 15:47:30
Indexes on Expressions
  • References/Database/PostgreSQL/Indexes

An index column need not be just a column of the underlying table, but can be a function or scalar expression computed from one or more columns of the table. This feature is

2025-01-10 15:47:30
FETCH
  • References/Database/PostgreSQL/Commands

NameFETCH -- retrieve rows from a query using a cursor Synopsis

2025-01-10 15:47:30
reindexdb
  • References/Database/PostgreSQL/Applications

Namereindexdb -- reindex a PostgreSQL database

2025-01-10 15:47:30