]> granicus.if.org Git - postgresql/commit
This patch adds the following options to pg_dumpall, to be passed to
authorBruce Momjian <bruce@momjian.us>
Mon, 12 Jul 2004 14:35:45 +0000 (14:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 12 Jul 2004 14:35:45 +0000 (14:35 +0000)
commita0db74a35c16debfec84d6a5b0bdc227236a8ece
tree881a9dad128ad48a82da248d710dbcfb7804ddc8
parent96b9dc1aefd3d0166db6be8c9535c55c94716638
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
doc/src/sgml/ref/pg_dumpall.sgml
src/bin/pg_dump/pg_dumpall.c