Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons
authorBruce Momjian <bruce@momjian.us>
Wed, 6 Mar 2002 20:48:42 +0000 (20:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 6 Mar 2002 20:48:42 +0000 (20:48 +0000)
commit5b5cef9abd92e6e17f78cbf2838ac898f3427255
tree2414a5a681e73fa96d9880dc4aca4f3fd44517a7
parent62e6eb9bf710c66c0f353febe8eda9bdb2e1c8f6
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>
src/bin/pg_dump/pg_dump.c