pgsql/src/bin/pg_dump pg_dump.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_dump.c
Date: 2002-04-24 02:42:27
Message-ID: 20020424024227.55297475864@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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(at)rogers(dot)com>

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-24 02:44:19 pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h
Previous Message Bruce Momjian - CVS 2002-04-24 02:40:45 pgsql/doc/src/sgml/ref alter_table.sgml