D R A
D
D R A
D
D A
D A
D
A
R
R
D R
D
D A
R
R
A
D R
D R A
D R
A
R
D
D R A
D R A
D R A
R
R
D A |
-a, --data-only
-b, --blobs
-c, --clean
-C, --create
-d, --inserts
-D, --column-inserts
-E, --encoding=ENCODING
-g, --globals-only
-I, --index=NAME
-L, --use-list=FILENAME
-n, --schema=NAME
-N, --exclude-schema=SCHEMA
-o, --oids
-O, --no-owner
-P, --function=NAME(args)
-r, --roles-only
-s, --schema-only
-S, --superuser=NAME
-t, --table=NAME
-t, --tablespaces-only
-T, --trigger=NAME
-T, --exclude-table=TABLE
-x, --no-privileges
--disable-triggers
--use-set-session-authorization
--no-data-for-failed-tables
-1, --single-transaction
--disable-dollar-quoting |
restore only the data, no schema
include large objects in dump
clean (drop) schema prior to create (for pg_dumpall drop databases prior to create)
(D) include commands to create database, (R) create the target database
dump data as INSERT commands, rather than COPY
dump data as INSERT commands with column names
dump the data in encoding ENCODING
dump only global objects, no databases
restore named index
use specified table of contents for ordering output from this file
dump/restore only objects in this schema
do NOT dump the named schema(s)
include OIDs in dump
skip restoration of object ownership
restore named function
dump only roles, no databases or tablespaces
dump/restore only the schema, no data
specify the superuser user name to use for disabling triggers/and dumping in plain text
(D) dump the named table(s), (R) restore named table
dump only tablespaces, no databases or roles
(R) restore named trigger
(D) do NOT dump the named table(s)
(D) do not dump privileges (R) skip restoration of access privileges (grant/revoke)
disable triggers during data-only restore
use SESSION AUTHORIZATION commands instead of OWNER TO commands
do not restore data of tables that could not be created
restore as a single transaction
disable dollar quoting, use SQL standard quoting |