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
initdb
  • References/Database/PostgreSQL/Applications

Nameinitdb -- create a new PostgreSQL database cluster

2025-01-10 15:47:30
DROP FOREIGN DATA WRAPPER
  • References/Database/PostgreSQL/Commands

NameDROP FOREIGN DATA WRAPPER -- remove a foreign-data wrapper Synopsis

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

Namecreatedb -- create a new PostgreSQL database

2025-01-10 15:47:30
Template Databases
  • References/Database/PostgreSQL/Managing Databases

CREATE DATABASE actually works by copying an existing database. By default, it copies the standard system database named template1

2025-01-10 15:47:30
Monitoring: Statistics Collector
  • References/Database/PostgreSQL/Monitoring

PostgreSQL's statistics collector is a subsystem that supports collection and reporting of information about server

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

Namepg_recvlogical -- control PostgreSQL logical decoding streams

2025-01-10 15:47:30