Fix pg_dumpall to do something sane when a pre-8.1 installation has

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cd360f2484e64c85eec9a866a33f58cf58fbb10b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-04-07T21:26:42Z
Releases: 8.1.4
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.

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +43 −27