Internals: Planner/Optimizer
  • References/Database/PostgreSQL/Internals

The task of the planner/optimizer is to create an optimal execution plan. A given SQL query (and hence, a query tree) can be actually executed in a

2025-01-10 15:47:30
Internals//Genetic Query Optimizer: Genetic Query Optimization (GEQO) in PostgreSQL
  • References/Database/PostgreSQL/Internals/Genetic Query Optimizer

The GEQO module approaches the query optimization problem as though it were the well-known traveling salesman problem (

2025-01-10 15:47:30
Monitoring: Viewing Locks
  • References/Database/PostgreSQL/Monitoring

Another useful tool for monitoring database activity is the pg_locks system table. It allows the database administrator to view information

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

The core PostgreSQL distribution includes the SP-GiST operator classes shown in Table 62-1.

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

The fuzzystrmatch module provides several functions to determine similarities and distance between strings.

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

NameLOCK -- lock a table Synopsis

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

NameDROP OPERATOR -- remove an operator Synopsis

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

The view pg_locks provides access to information about the locks held by active processes within the database server. See Chapter 13 for more

2025-01-10 15:47:30
Error Message Style Guide
  • References/Database/PostgreSQL/PostgreSQL Coding Conventions

This style guide is offered in the hope of maintaining a consistent, user-friendly style throughout all the messages generated by PostgreSQL

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

The pg_trgm module provides functions and operators for determining the similarity of alphanumeric text based on trigram matching, as well as

2025-01-10 15:47:30