ALTER DATABASE
  • References/Database/PostgreSQL/Commands

NameALTER DATABASE -- change a database Synopsis

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

NameALTER EXTENSION -- change the definition of an extension Synopsis

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

NameDROP OPERATOR FAMILY -- remove an operator family Synopsis

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

NameALTER OPERATOR CLASS -- change the definition of an operator class Synopsis

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

NameSTART TRANSACTION -- start a transaction block Synopsis

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

The catalog pg_largeobject holds the data making up "large objects". A large object is identified by an OID assigned

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

The auto_explain module provides a means for logging execution plans of slow statements automatically, without having to run

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

NameALTER TEXT SEARCH PARSER -- change the definition of a text search parser

2025-01-10 15:47:30
Geometric Types
  • References/Database/PostgreSQL/Data Types

Geometric data types represent two-dimensional spatial objects. Table 8-20 shows the geometric types available in PostgreSQL.

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

PostgreSQL implements table inheritance, which can be a useful tool for database designers. (SQL:1999 and later define a type inheritance feature

2025-01-10 15:47:30