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)
commita2fbc9a594f70c416a514ffbc3fce7486274d38b
tree130fecfdd5aadcab061acfda2b421c102128add1
parentccda17640ed7706af84c466a3d5b303edf270acf
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