Postgres Database Server: Tools
Tool | Short Description |
---|---|
Configuration | information about database server configuration possibilities |
Upgrade to 9.3 | instructions how to upgrade the database server |
Troubleshooting | hints on solving database server problems |
psql | a command line tool for administration |
pgAdmin | a gui tool for administration |
pg_dump | a command line tool for dumping a particular database in a script file |
pg_dumpall | a command line tool for dumping all databases from a server in a script file |