This patch adds the following options to pg_dumpall, to be passed to
Bruce Momjian <bruce@momjian.us>
This patch adds the following options to pg_dumpall, to be passed to pg_dump: -S, --superuser=NAME -O, --no-owner -X disable-dollar-quoting, --disable-dollar-quoting -X disable-triggers, --disable-triggers Christopher Kings-Lynne
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +77 −1 |
| src/bin/pg_dump/pg_dumpall.c | modified | +59 −4 |