CREATE DOMAIN
  • References/Database/PostgreSQL/Commands

NameCREATE DOMAIN -- define a new domain Synopsis

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

The view pg_prepared_xacts displays information about transactions that are currently prepared for two-phase commit (see

2025-01-10 15:47:30
Type Conversion: Functions
  • References/Database/PostgreSQL/Type Conversion

The specific function that is referenced by a function call is determined using the following procedure. Function

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

NameALTER EVENT TRIGGER -- change the definition of an event trigger Synopsis

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

NameREASSIGN OWNED -- change the ownership of database objects owned by a database role

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

NameCHECKPOINT -- force a transaction log checkpoint Synopsis

2025-01-10 15:47:30
PostgreSQL Error Codes
  • References/Database/PostgreSQL/Appendixes/Appendixes

All messages emitted by the PostgreSQL server are assigned five-character error codes that follow the SQL standard's conventions for

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

Namedropdb -- remove a PostgreSQL database Synopsis

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

NameDROP TEXT SEARCH DICTIONARY -- remove a text search dictionary Synopsis

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

NameCREATE USER -- define a new database role Synopsis

2025-01-10 15:47:30