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 20020306204844.7AB6F475A88@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/03/06 15:48:43

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

Log message:
    Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons
    so index is not on table during COPY.

    > > AFAICT, the patch I posted to -patches a little while to enable the
    > > usage of ALTER TABLE ADD PRIMARY KEY by pg_dump hasn't been applied, nor
    > > is it in the unapplied patches list. I was under the impression that
    > > this was in the queue for application -- did it just get lost?

    Neil Conway <neilconway@rogers.com>


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc/src/sgml/ref alter_table.sgml
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src backend/access/hash/hash.c backend/a ...