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

The pg_cursors view lists the cursors that are currently available. Cursors can be defined in several ways:

2025-01-10 15:47:30
Indexes and ORDER BY
  • References/Database/PostgreSQL/Indexes

In addition to simply finding the rows to be returned by a query, an index may be able to deliver them in a specific sorted order. This allows a query's ORDER

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

PostgreSQL implements portions of the SQL/MED specification, allowing you to access data that resides outside PostgreSQL using regular SQL

2025-01-10 15:47:30
Server Configuration: Lock Management
  • References/Database/PostgreSQL/Server Configuration

deadlock_timeout (integer) This is the amount of time, in milliseconds

2025-01-10 15:47:30
Server Configuration: Developer Options
  • References/Database/PostgreSQL/Server Configuration

The following parameters are intended for work on the PostgreSQL source code, and in some cases to assist with recovery of severely damaged

2025-01-10 15:47:30
ALTER TEXT SEARCH DICTIONARY
  • References/Database/PostgreSQL/Commands

NameALTER TEXT SEARCH DICTIONARY -- change the definition of a text search dictionary

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

The geometric types point, box, lseg, line, path

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

This section describes the SQL-compliant subquery expressions available in PostgreSQL. All of the expression

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

NameCLUSTER -- cluster a table according to an index Synopsis

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

The pg_prewarm module provides a convenient way to load relation data into either the operating system buffer cache or the

2025-01-10 15:47:30