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 20020424024227.55297475864@postgresql.org
Whole thread Raw
List 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 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/bin/pg_dump common.c pg_dump.c pg_dump.h