Performance Tips: Non-Durable Settings
  • References/Database/PostgreSQL/Performance Tips

Durability is a database feature that guarantees the recording of committed transactions even if the server crashes or loses power. However, durability adds significant database

2025-01-10 15:47:30
pg_lsn Type
  • References/Database/PostgreSQL/Data Types

The pg_lsn data type can be used to store LSN (Log Sequence Number) data which is a pointer to a location in the XLOG. This type is a representation

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
Encryption Options
  • References/Database/PostgreSQL/Server Setup and Operation

PostgreSQL offers encryption at several levels, and provides flexibility in protecting data from disclosure due to database server theft, unscrupulous

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

The catalog pg_database stores information about the available databases. Databases are created with the

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

NameVALUES -- compute a set of rows Synopsis

2025-01-10 15:47:30
cube
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

This module implements a data type cube for representing multidimensional cubes. F

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

A partial index is an index built over a subset of a table; the subset is defined by a conditional expression (called the predicate

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
Routine Vacuuming
  • References/Database/PostgreSQL/Maintenance

PostgreSQL databases require periodic maintenance known as vacuuming. For many installations, it is sufficient to

2025-01-10 15:47:30