pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves
Date: 2009-07-02 21:34:38
Message-ID: 20090702213438.52C2975331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix up pg_dump's --binary-upgrade option so that it behaves properly with
inherited columns and check constraints. Per my recent trouble report.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.539 -> r1.539.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.539&r2=1.539.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Tgl 2009-07-02 22:02:56 pg-migrator - pg_migrator: Perform failure checks before running
Previous Message Tom Lane 2009-07-02 21:34:32 pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves