Secure TCP/IP Connections with SSL
  • References/Database/PostgreSQL/Server Setup and Operation

PostgreSQL has native support for using SSL connections to encrypt client/server communications for increased

2025-01-10 15:47:30
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
Internals//Physical Storage: Initialization Fork
  • References/Database/PostgreSQL/Internals/Physical Storage

Each unlogged table, and each index on an unlogged table, has an initialization fork. The initialization fork is an empty table or index of the appropriate type. When an unlogged

2025-01-10 15:47:30
Data Consistency Checks at the Application Level
  • References/Database/PostgreSQL/Concurrency Control

It is very difficult to enforce business rules regarding data integrity using Read Committed transactions because the view of the data is shifting with each statement, and

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

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

2025-01-10 15:47:30
4.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

The INSERT statement is used to populate a table with rows:

2025-01-10 15:47:30
Internals//GiST Indexes: Extensibility
  • References/Database/PostgreSQL/Internals/GiST Indexes

Traditionally, implementing a new index access method meant a lot of difficult work. It was necessary to understand the inner workings of the database, such as the lock manager

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
Monitoring: Disk Full Failure
  • References/Database/PostgreSQL/Monitoring

The most important disk monitoring task of a database administrator is to make sure the disk doesn't become full. A filled data disk will not result in data corruption, but

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

The pg_stat_statements module provides a means for tracking execution statistics of all SQL statements executed by a server. The

2025-01-10 15:47:30