pgsql/src/bin/pg_dump pg_dump.c

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql/src/bin/pg_dump pg_dump.c
Дата
Msg-id 20020424024227.55297475864@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/04/23 22:42:27

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

Log message:
    Update patch for DEFAULT on Views.

    Apparently, you need to make two calls to appendPQExpBuffer() to
    use fmtId() twice, because it uses a static buffer (thanks for
    spotting this Tom).

    Another revision of the patch is attached.

    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/bin/pg_dump common.c pg_dump.c pg_dump.h