Contents
Short Descriptions
is a utility for reclustering tables in a PostgreSQL database. |
|
creates a new PostgreSQL database. |
|
defines a new PostgreSQL procedural language. |
|
defines a new PostgreSQL user account. |
|
removes a PostgreSQL database. |
|
removes a PostgreSQL procedural language. |
|
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. |
|
clean up PostgreSQL WAL (write-ahead log) archive files. |
|
takes base backups of a running PostgreSQL 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. |
|
check the connection status of a PostgreSQL server. |
|
clears the write-ahead log and optionally resets some
fields in the |
|
creates databases from dump files created by pg_dump. |
|
supports the creation of a PostgreSQL warm standby server. |
|
determine fastest wal_sync method for PostgreSQL. |
|
measure timing overhead. |
|
upgrade a PostgreSQL server instance. |
|
display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster. |
|
run 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 also. |
|
is a support script used to list the modules in a PL/Tcl table. The command requires the Pgtcl package to be installed also. |
|
is a support script used to load a module into a PL/Tcl table. The command requires the Pgtcl package to be installed also. |
|
is a single user database server, generally used for debugging. |
|
(a symlink to postgres) is a multi-user database daemon. |
|
is a console based database shell. |
|
is a utility for rebuilding indexes in a database. |
|
compacts databases and generates statistics for the query analyzer. |
|
remove 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. |