PostgreSQL User's Guide
Prev
Next
Chapter 15. Applications
Table of Contents
createdb
— Create a new
Postgres
database
createuser
— Create a new
Postgres
user
destroydb
— Remove an existing
Postgres
database
destroyuser
— Destroy a
Postgres
user and associated databases
initdb
— Create a new
Postgres
database installation
initlocation
— Create a secondary
Postgres
database storage area
pgaccess
—
Postgres
graphical interactive client
pgadmin
—
Postgres
graphical interactive client
pg_dump
— Extract a
Postgres
database into a script file
pg_dumpall
— Extract all
Postgres
databases into a script file
postgres
— Run a
Postgres
single-user backend
postmaster
— Run the
Postgres
multi-user backend
psql
—
Postgres
interactive client
vacuumdb
— Clean and analyze a
Postgres
database
This is reference information for
Postgres
applications and support utilities.
Prev
Home
Next
VACUUM
createdb