pgsql: Un-break pg_dump for the case of zero-column tables. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Un-break pg_dump for the case of zero-column tables.
Date
Msg-id 20100224021559.2E8C57541D0@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Un-break pg_dump for the case of zero-column tables.  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
Log Message:
-----------
Un-break pg_dump for the case of zero-column tables.

This was evidently broken by the CREATE TABLE OF TYPE patch.  It would have
been noticed if anyone had bothered to try dumping and restoring the
regression database ...

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.573 -> r1.574)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.573&r2=1.574)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix patch for printing backend and pg_dump versions so that it