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-03-06 20:48:44
Message-ID: 20020306204844.7AB6F475A88@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-06 20:49:49 pgsql/src backend/access/hash/hash.c backend/a ...
Previous Message Bruce Momjian - CVS 2002-03-06 20:42:40 pgsql/doc/src/sgml/ref alter_table.sgml