PostgreSQL interactive terminal NAME psql - PostgreSQL interactive terminal SYNOPSIS psql [ option ...] [ dbname [ username ]] DESC......into one script file. The script file contains SQL commands that can be used as input to psql (1) to restore the databases. It does this by calling pg_dump (1) for each database…...o the state it was in at the time it was saved. To restore from such a script, feed it to psql (1). Script files can be used to reconstruct the database even on other machines a…...commands SYNOPSIS client-program [ --cluster version / cluster ] [...] ( client-program : psql , createdb , dropuser , and all other client programs installed in /usr/lib/postgr…...see Section 32.15). DIAGNOSTICS In case of difficulty, see DROP ROLE ( DROP_ROLE (7)) and psql (1) for discussions of potential problems and error messages. The database server …...ion 32.15). DIAGNOSTICS In case of difficulty, see DROP DATABASE ( DROP_DATABASE (7)) and psql (1) for discussions of potential problems and error messages. The database server …...rted by libpq (see Section 32.15). DIAGNOSTICS In case of difficulty, see CLUSTER (7) and psql (1) for discussions of potential problems and error messages. The database server …...s the default during restore. --restrict-key= restrict_key Use the provided string as the psql \restrict key in the dump output. This can only be specified for SQL script output…...rted by libpq (see Section 32.15). DIAGNOSTICS In case of difficulty, see REINDEX (7) and psql (1) for discussions of potential problems and error messages. The database server …...32.15). DIAGNOSTICS In case of difficulty, see CREATE DATABASE ( CREATE_DATABASE (7)) and psql (1) for discussions of potential problems and error messages. The database server …...Section 32.15). DIAGNOSTICS In case of difficulty, see CREATE ROLE ( CREATE_ROLE (7)) and psql (1) for discussions of potential problems and error messages. The database server …...orted by libpq (see Section 32.15). DIAGNOSTICS In case of difficulty, see VACUUM (7) and psql (1) for discussions of potential problems and error messages. The database server …