II. Database Utilities
This part contains reference information for
EnterpriseDB client applications and
utilities. Not all of these commands are of general utility, some
may 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.
- Table of Contents
- clusterdb -- cluster an EnterpriseDB database
- createdb -- create a new EnterpriseDB database
- createuser -- define a new EnterpriseDB user account
- dropdb -- remove an EnterpriseDB database
- dropuser -- remove an EnterpriseDB user account
- pg_config -- retrieve information about the installed version of EnterpriseDB
- pg_dump -- extract an EnterpriseDB database into a script file or other archive file
- pg_dumpall -- extract an EnterpriseDB database cluster into a script file
- pg_restore -- restore an EnterpriseDB database from an archive file created by pg_dump
- edb-psql -- EnterpriseDB interactive terminal
- reindexdb -- reindex a EnterpriseDB database
- vacuumdb -- garbage-collect and analyze a EnterpriseDB database