PostgreSQL Client Applications#
PostgreSQL Client Applications
This part contains reference information for Tantor SE-1C client applications and utilities. Not all of these commands are of general utility; some might require special privileges. The common feature of these applications is that they can be run on any host, independent of where the database server resides.
When specified on the command line, user and database names have their case preserved — the presence of spaces or special characters might require quoting. Table names and other identifiers do not have their case preserved, except where documented, and might require quoting.
Table of Contents
- clusterdb — cluster a Tantor SE-1C database
- createdb — create a new Tantor SE-1C database
- createuser — define a new Tantor SE-1C user account
- dropdb — remove a Tantor SE-1C database
- dropuser — remove a Tantor SE-1C user account
- ecpg — embedded SQL C preprocessor
- pg_amcheck — checks for corruption in one or more Tantor SE-1C databases
- pg_basebackup — take a base backup of a Tantor SE-1C cluster
- pgbench — run a benchmark test on Tantor SE-1C
- pg_config — retrieve information about the installed version of Tantor SE-1C
- pg_dump — extract a Tantor SE-1C database into a script file or other archive file
- pg_dumpall — extract a Tantor SE-1C database cluster into a script file
- pg_isready — check the connection status of a Tantor SE-1C server
- pg_receivewal — stream write-ahead logs from a Tantor SE-1C server
- pg_recvlogical — control Tantor SE-1C logical decoding streams
- pg_restore — restore a Tantor SE-1C database from an archive file created by pg_dump
- pg_verifybackup — verify the integrity of a base backup of a Tantor SE-1C cluster
- psql — Tantor SE-1C interactive terminal
- reindexdb — reindex a Tantor SE-1C database
- vacuumdb — garbage-collect and analyze a Tantor SE-1C database