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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dumpall to do something sane when a pre-8.1 installation
Date: 2006-04-07 21:26:42
Message-ID: 20060407212642.5676711F65C3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Shachar 2006-04-08 10:26:09 oledb - oledb: Fix compilation errors when upgrading the Platform SDK
Previous Message Tom Lane 2006-04-07 21:26:29 pgsql: Fix pg_dumpall to do something sane when a pre-8.1 installation