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

The catalog pg_statistic stores statistical data about the contents of the database. Entries are created by

2025-01-10 15:47:30
Information Functions
  • References/Database/PostgreSQL/Functions/System Information

Table 9-59 shows several functions that extract session and system information. In addition to the functions listed in this section, there are

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

The view pg_prepared_xacts displays information about transactions that are currently prepared for two-phase commit (see

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

NameALTER OPERATOR FAMILY -- change the definition of an operator family Synopsis

2025-01-10 15:47:30
Date/Time Key Words
  • References/Database/PostgreSQL/Appendixes/DateTime Support

Table B-1 shows the tokens that are recognized as names of months. Table B-1. Month Names

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

NameSET -- change a run-time parameter Synopsis

2025-01-10 15:47:30
Standby Server Settings
  • References/Database/PostgreSQL/Recovery Configuration

standby_mode (boolean) Specifies whether to start the

2025-01-10 15:47:30
ALTER TEXT SEARCH CONFIGURATION
  • References/Database/PostgreSQL/Commands

NameALTER TEXT SEARCH CONFIGURATION -- change the definition of a text search configuration

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

Namepg_dumpall -- extract a PostgreSQL database cluster into a script file

2025-01-10 15:47:30
Tablespaces
  • References/Database/PostgreSQL/Managing Databases

Tablespaces in PostgreSQL allow database administrators to define locations in the file system where the files representing database objects

2025-01-10 15:47:30