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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix pg_dump to not crash if -t or a similar switch is used to
Date
Msg-id 20070416184211.4DEE39FA4BB@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Enable IPV6 for all MSVC builds, including the VC6 libpq-only
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_dump to not crash if -t or a similar switch is used to