]> granicus.if.org Git - postgresql/commit
Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Oct 2005 22:29:48 +0000 (22:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Oct 2005 22:29:48 +0000 (22:29 +0000)
commitc6b9924bec6f621f9bbceb38d7839a83c148c6ce
tree10e09be386a57d37ef1c7a5eaa958f32e3628e43
parent375e7d557974d43e0c059c8894ac976e90333013
Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to
emit when given the --clean option, in favor of individual DROP ROLE
commands.  The old technique could not possibly work in 8.1, and was
never a very good idea anyway IMHO.  The DROP ROLE approach has the
defect that the DROPs will fail for roles that own objects or have
privileges, but perhaps we can improve that later.
doc/src/sgml/ref/pg_dumpall.sgml
src/bin/pg_dump/pg_dumpall.c