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

The catalog pg_db_role_setting records the default values that have been set for run-time configuration variables, for each role and database

2025-01-10 15:47:30
File System Level Backup
  • References/Database/PostgreSQL/Backup and Restore

An alternative backup strategy is to directly copy the files that PostgreSQL uses to store the data in the database;

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

NameCREATE AGGREGATE -- define a new aggregate function Synopsis

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

This section describes functions and operators for examining and manipulating string values. Strings in this context include values of the types character

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

NameCOMMIT PREPARED -- commit a transaction that was earlier prepared for two-phase commit

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

NameCREATE TEXT SEARCH DICTIONARY -- define a new text search dictionary Synopsis

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

NameBEGIN -- start a transaction block Synopsis

2025-01-10 15:47:30
Server Configuration: Error Reporting and Logging
  • References/Database/PostgreSQL/Server Configuration

19.8.1. Where To Log log_destination (string)

2025-01-10 15:47:30
Shutting Down the Server
  • References/Database/PostgreSQL/Server Setup and Operation

There are several ways to shut down the database server. You control the type of shutdown by sending different signals to the master postgres process

2025-01-10 15:47:30
Indexes and Collations
  • References/Database/PostgreSQL/Indexes

An index can support only one collation per index column. If multiple collations are of interest, multiple indexes may be needed. Consider these

2025-01-10 15:47:30