Operator Classes and Operator Families
  • References/Database/PostgreSQL/Indexes

An index definition can specify an operator class for each column of an index.

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

Name psql -- PostgreSQL interactive terminal

2025-01-10 15:47:30
3.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

You can create a new table by specifying the table name, along with all column names and their types:

2025-01-10 15:47:30
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
2.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

PostgreSQL is a relational database management system (RDBMS). That means it is

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

NameCOMMIT -- commit the current transaction Synopsis

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

NameALTER TABLESPACE -- change the definition of a tablespace Synopsis

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

Namepg_resetxlog -- reset the write-ahead log and other control information of a PostgreSQL database cluster

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
How Parallel Query Works
  • References/Database/PostgreSQL/Parallel Query

When the optimizer determines that parallel query is the fastest execution strategy for a particular query, it will create a query plan which includes a Gather

2025-01-10 15:47:30