Thread: pgsql/src/bin/pg_dump pg_dump.c

pgsql/src/bin/pg_dump pg_dump.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
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>