pg_config
  • References/Database/PostgreSQL/Applications

Namepg_config -- retrieve information about the installed version of PostgreSQL

2025-01-10 15:47:30
Catalogs: pg_config
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL

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

Table 9-30 shows the available functions for date/time value processing, with details appearing in the following subsections. Table 9-29 illustrates the behaviors of the basic

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

NameCREATE CAST -- define a new cast Synopsis

2025-01-10 15:47:30
Locale Support
  • References/Database/PostgreSQL/Localization

Locale support refers to an application respecting cultural preferences regarding alphabets, sorting, number formatting, etc.

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

NameALTER OPERATOR -- change the definition of an operator Synopsis

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

Namepg_controldata -- display control information of a PostgreSQL database cluster

2025-01-10 15:47:30
System Catalogs
  • References/Database/PostgreSQL/Internals: Catalogs

Table 50-1 lists the system catalogs. More detailed documentation of each catalog follows below. Most system catalogs are copied from the template

2025-01-10 15:47:30
Catalogs: pg_collation
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_collation describes the available collations, which are essentially mappings from an SQL name to operating system locale categories

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

NameCREATE LANGUAGE -- define a new procedural language Synopsis

2025-01-10 15:47:30