pgsql: Fix pg_dump to not crash if -t or a similar switch is used to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dump to not crash if -t or a similar switch is used to
Date: 2007-04-16 18:42:11
Message-ID: 20070416184211.4DEE39FA4BB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_dump to not crash if -t or a similar switch is used to select a serial
sequence for dumping without also selecting its owning table. Make it not try
to emit ALTER SEQUENCE OWNED BY in this situation.
Per report from Michael Nolan.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.466 -> r1.467)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.466&r2=1.467)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-04-16 18:42:17 pgsql: Fix pg_dump to not crash if -t or a similar switch is used to
Previous Message Magnus Hagander 2007-04-16 18:39:19 pgsql: Enable IPV6 for all MSVC builds, including the VC6 libpq-only