pgsql: Fix pg_dumpall to do something sane when a pre-8.1 installation - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix pg_dumpall to do something sane when a pre-8.1 installation
Date
Msg-id 20060407212642.5676711F65C3@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dumpall.c (r1.69 -> r1.69.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.69&r2=1.69.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_dumpall to do something sane when a pre-8.1 installation
Next
From: shachar@pgfoundry.org (User Shachar)
Date:
Subject: oledb - oledb: Fix compilation errors when upgrading the Platform SDK