pgsql/src/bin/pg_dump pg_dump.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_dump.c
Date: 2002-04-13 19:57:19
Message-ID: 20020413195719.DF8A04759B4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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(at)rogers(dot)com>

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2002-04-14 01:31:39 pgsql/doc/src/sgml libpgtcl.sgml
Previous Message Bruce Momjian - CVS 2002-04-13 19:52:51 pgsql/src/backend/storage/ipc ipc.c