PREPARE
  • References/Database/PostgreSQL/Commands

NamePREPARE -- prepare a statement for execution Synopsis

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

NameDROP CONVERSION -- remove a conversion Synopsis

2025-01-10 15:47:30
5.
  • References/Database/PostgreSQL/Tutorial/Advanced Features

A window function performs a calculation across a set of table rows that are somehow related to the current row. This is comparable to the type of

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

The catalog pg_pltemplate stores "template" information for procedural languages. A template for a language allows

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

The catalog pg_amop stores information about operators associated with access method operator families. There is one row for each operator that

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

Namepostgres -- PostgreSQL database server Synopsis

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

NameALTER USER -- change a database role Synopsis

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

NameREINDEX -- rebuild indexes Synopsis

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

The catalog pg_index contains part of the information about indexes. The rest is mostly in pg_class.

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

NameEXECUTE -- execute a prepared statement Synopsis

2025-01-10 15:47:30