]> granicus.if.org Git - postgresql/commit
Fix pg_dumpall to do something sane when a pre-8.1 installation has
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Apr 2006 21:26:29 +0000 (21:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Apr 2006 21:26:29 +0000 (21:26 +0000)
commit74bdf965a688301146b174fed5987c764517142f
treee4699aff92122be11c622a392a99c2c529cbedf5
parent39ec43a27130a971954425b8037b2e889d288540
Fix pg_dumpall to do something sane when a pre-8.1 installation has
identically named user and group: we merge these into a single entity
with LOGIN permission.  Also, add ORDER BY commands to ensure consistent
dump ordering, for ease of comparing outputs from different installations.
src/bin/pg_dump/pg_dumpall.c