pgsql/src/bin/pg_dump pg_dump.c

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql/src/bin/pg_dump pg_dump.c
Дата
Msg-id 20020306204844.7AB6F475A88@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/doc/src/sgml/ref alter_table.sgml
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src backend/access/hash/hash.c backend/a ...