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 EVENT TRIGGER
  • References/Database/PostgreSQL/Commands

NameALTER EVENT TRIGGER -- change the definition of an event trigger Synopsis

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

NameREASSIGN OWNED -- change the ownership of database objects owned by a database role

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

NameCHECKPOINT -- force a transaction log checkpoint Synopsis

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

NameDROP TEXT SEARCH DICTIONARY -- remove a text search dictionary Synopsis

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

NameSET SESSION AUTHORIZATION -- set the session user identifier and the current user identifier of the current session

2025-01-10 15:47:30
Monitoring: Statistics Collector
  • References/Database/PostgreSQL/Monitoring

PostgreSQL's statistics collector is a subsystem that supports collection and reporting of information about server

2025-01-10 15:47:30
Internals//BRIN Indexes: Built-in Operator Classes
  • References/Database/PostgreSQL/Internals/BRIN Indexes

The core PostgreSQL distribution includes the BRIN operator classes shown in Table 64-1.

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

The catalog pg_shdepend records the dependency relationships between database objects and shared objects, such as roles. This information allows

2025-01-10 15:47:30
Server Configuration: Run-time Statistics
  • References/Database/PostgreSQL/Server Configuration

19.9.1. Query and Index Statistics Collector These parameters control server-wide statistics collection features. When statistics

2025-01-10 15:47:30