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

The pg_ts_template catalog contains entries defining text search templates. A template is the implementation skeleton for a class of text search

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

NameDROP GROUP -- remove a database role Synopsis

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

The catalog pg_statistic stores statistical data about the contents of the database. Entries are created by

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

NameDROP CAST -- remove a cast Synopsis

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

The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output

2025-01-10 15:47:30
pg_ctl
  • References/Database/PostgreSQL/Applications

Namepg_ctl -- initialize, start, stop, or control a PostgreSQL server

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

The pgcrypto module provides cryptographic functions for PostgreSQL.

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

NameSET TRANSACTION -- set the characteristics of the current transaction Synopsis

2025-01-10 15:47:30
Index-Only Scans
  • References/Database/PostgreSQL/Indexes

All indexes in PostgreSQL are secondary indexes, meaning that each index is stored separately from the table's main

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

NameCREATE GROUP -- define a new database role Synopsis

2025-01-10 15:47:30