pgsql/src/bin/pg_dump pg_dump.c - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/src/bin/pg_dump pg_dump.c
Date
Msg-id 20020413195719.DF8A04759B4@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/04/13 15:57:19

Modified files:
    src/bin/pg_dump: pg_dump.c

Log message:
    Rod's patch does what it is supposed to do, but it also includes
    some old code to add PK constraints to CREATE TABLE. That stuff
    had been removed as part of my original patch for pg_dump a
    little while ago.

    The attached patch fixes this by removing (again :-) ) the
    code in dumpTables() to perform PK creation during CREATE
    TABLE. I briefly tested it locally and it fixes both of
    Tom's test cases.

    Please apply.

    Cheers,

    Neil

    --
    Neil Conway <neilconway@rogers.com>


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/backend/storage/ipc ipc.c
Next
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql/doc/src/sgml libpgtcl.sgml