Name
pg_dumpall -- Extract a PostgreSQL database cluster into a script file
Synopsis
pg_dumpall [connectionOption...] [option...]
Options
Do not output commands to encrypt tablespaces. Running the generated SQL script will restore the originally encrypted data without being encrypted.
See
Refer to "pg_dumpall" in the PostgreSQL Documentation for details.