CREATE OPERATOR FAMILY
  • References/Database/PostgreSQL/Commands

NameCREATE OPERATOR FAMILY -- define a new operator family Synopsis

2025-01-10 15:47:30
Parallel Plans
  • References/Database/PostgreSQL/Parallel Query

Because each worker executes the parallel portion of the plan to completion, it is not possible to simply take an ordinary query plan and run it using multiple workers. Each

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

unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes. It's a filtering dictionary, which means its output

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

Table 50-1 lists the system catalogs. More detailed documentation of each catalog follows below. Most system catalogs are copied from the template

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

NameCREATE OPERATOR CLASS -- define a new operator class Synopsis

2025-01-10 15:47:30
CREATE FOREIGN TABLE
  • References/Database/PostgreSQL/Commands

NameCREATE FOREIGN TABLE -- define a new foreign table Synopsis

2025-01-10 15:47:30
Destroying a Database
  • References/Database/PostgreSQL/Managing Databases

Databases are destroyed with the command DROP DATABASE:

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

This module implements the hstore data type for storing sets of key/value pairs within a single PostgreSQL value

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

The tsm_system_rows module provides the table sampling method SYSTEM_ROWS, which can be used in the

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

NameABORT -- abort the current transaction Synopsis

2025-01-10 15:47:30