CREATE RULE
  • References/Database/PostgreSQL/Commands

NameCREATE RULE -- define a new rewrite rule Synopsis

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

NameMOVE -- position a cursor Synopsis

2025-01-10 15:47:30
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
Administration Functions
  • References/Database/PostgreSQL/Functions/System Administration

The functions described in this section are used to control and monitor a PostgreSQL installation.

2025-01-10 15:47:30
Server Configuration: Query Planning
  • References/Database/PostgreSQL/Server Configuration

19.7.1. Planner Method Configuration These configuration parameters provide a crude method of influencing the query plans chosen

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

Table 9-42 shows the operators that are available for use with the two JSON data types (see Section 8.14)

2025-01-10 15:47:30
Alternative Method for Log Shipping
  • References/Database/PostgreSQL/High Availability

An alternative to the built-in standby mode described in the previous sections is to use a restore_command that polls the archive location. This

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

In addition to the system catalogs, PostgreSQL provides a number of built-in views. Some system views provide convenient access to some commonly

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

NameDO -- execute an anonymous code block 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