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

The catalog pg_depend records the dependency relationships between database objects. This information allows DROP

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

NameROLLBACK -- abort the current transaction Synopsis

2025-01-10 15:47:30
Server Configuration: Client Connection Defaults
  • References/Database/PostgreSQL/Server Configuration

19.11.1. Statement Behavior search_path (string)

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

Aggregate functions compute a single result from a set of input values. The built-in normal aggregate functions are listed in Table 9-51 and Table

2025-01-10 15:47:30
Dependency Tracking
  • References/Database/PostgreSQL/Data Definition

When you create complex database structures involving many tables with foreign key constraints, views, triggers, functions, etc. you implicitly create a net of dependencies

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

NameCREATE USER MAPPING -- define a new mapping of a user to a foreign server

2025-01-10 15:47:30
Combining Queries
  • References/Database/PostgreSQL/Queries

The results of two queries can be combined using the set operations union, intersection, and difference. The syntax is

2025-01-10 15:47:30
Transaction Isolation
  • References/Database/PostgreSQL/Concurrency Control

The SQL standard defines four levels of transaction isolation. The most strict is Serializable, which is defined by the standard in a paragraph

2025-01-10 15:47:30
Continuous Archiving and Point-in-Time Recovery (PITR)
  • References/Database/PostgreSQL/Backup and Restore

At all times, PostgreSQL maintains a write ahead log (WAL) in the pg_xlog/ subdirectory

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

The pg_enum catalog contains entries showing the values and labels for each enum type. The internal representation of a given enum value is

2025-01-10 15:47:30