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

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

Commit: 74bdf965a688301146b174fed5987c764517142f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-04-07T21:26:29Z
Releases: 8.2.0
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 +55 −37