Contents
Short Descriptions
| is a utility for reclustering tables in a PostgreSQL database | |
| creates a new PostgreSQL database | |
| defines a new PostgreSQL user account | |
| removes a PostgreSQL database | |
| removes a PostgreSQL user account | |
| is the embedded SQL preprocessor | |
| creates a new database cluster | |
| resolves OIDs (Object IDs) and file nodes in a PostgreSQL data directory | |
| checks for corruption in one or more PostgreSQL databases | |
| cleans up PostgreSQL WAL (write-ahead log) archive files | |
| takes base backups of a running PostgreSQL cluster | |
| enables, disables, or checks data checksums in a PostgreSQL database cluster | |
| retrieves PostgreSQL version information | |
| returns information initialized during initdb, such as the catalog version and server locale | |
| controls stopping and starting the database server | |
| dumps database data and metadata into scripts which are used to recreate the database | |
| recursively calls pg_dump for each database in a cluster | |
| checks the connection status of a PostgreSQL server | |
| is used to stream write-ahead logs from a PostgreSQL server | |
| controls PostgreSQL logical decoding streams | |
| resets the write-ahead log and other control information of a PostgreSQL database cluster | |
| creates databases from dump files created by pg_dump | |
| synchronizes a PostgreSQL data directory with another data directory that was forked from the first one | |
| supports the creation of a PostgreSQL warm standby server | |
| determines the fastest wal_sync method for PostgreSQL | |
| measures timing overhead | |
| upgrades a PostgreSQL server instance | |
| verifies the integrity of a base backup of a PostgreSQL cluster | |
| displays a human-readable rendering of the write-ahead log of a PostgreSQL database cluster | |
| runs a benchmark test on PostgreSQL | |
| is a support script used to delete a module from a PL/Tcl table. The command requires the Pgtcl package to be installed | |
| is a support script used to list the modules in a PL/Tcl table. The command requires the Pgtcl package to be installed | |
| is a support script used to load a module into a PL/Tcl table. The command requires the Pgtcl package to be installed too | |
| is the PostgreSQL database server | |
| is a console based database shell | |
| is a utility for rebuilding indexes in a database | |
| compacts databases and generates statistics for the query analyzer | |
| removes orphaned large objects from a PostgreSQL database | |
| contains functions to support embedded SQL in C programs | |
| is the ecpg compatibility library | |
| is the port-specific subsystem of the Postgres backend | |
| contains functions for dealing with Postgres data types | |
| is the C programmer's API to Postgres | 
![[Note]](../images/note.png) 
          ![[Tip]](../images/tip.png)