This patch adds the following options to pg_dumpall, to be passed to

Bruce Momjian <bruce@momjian.us>

Commit: a0db74a35c16debfec84d6a5b0bdc227236a8ece
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-07-12T14:35:45Z
Releases: 8.0.0
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

PathChange+/−
doc/src/sgml/ref/pg_dumpall.sgml modified +77 −1
src/bin/pg_dump/pg_dumpall.c modified +59 −4