Postgres Pro Enterprise Client Applications
This part contains reference information for Postgres Pro Enterprise 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 Postgres Pro Enterprise database
- createdb — create a new Postgres Pro Enterprise database
- createuser — define a new Postgres Pro Enterprise user account
- dropdb — remove a Postgres Pro Enterprise database
- dropuser — remove a Postgres Pro Enterprise user account
- ecpg — embedded SQL C preprocessor
- pg_basebackup — take a base backup of a Postgres Pro Enterprise cluster
- pgbench — run a benchmark test on Postgres Pro Enterprise
- pg_config — retrieve information about the installed version of Postgres Pro Enterprise
- pg_dump — extract a Postgres Pro Enterprise database into a script file or other archive file
- pg_dumpall — extract a Postgres Pro Enterprise database cluster into a script file
- pg_isready — check the connection status of a Postgres Pro Enterprise server
- pg_receivewal — stream write-ahead logs from a Postgres Pro Enterprise server
- pg_recvlogical — control Postgres Pro Enterprise logical decoding streams
- pg_restore — restore a Postgres Pro Enterprise database from an archive file created by pg_dump
- pg-wrapper — manage Postgres Pro Enterprise symbolic links
- psql — Postgres Pro Enterprise interactive terminal
- reindexdb — reindex a Postgres Pro Enterprise database
- vacuumdb — garbage-collect and analyze a Postgres Pro Enterprise database
- createdb — create a new Postgres Pro Enterprise database

