]> granicus.if.org Git - postgresql/commit
Update patch for DEFAULT on Views.
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:42:27 +0000 (02:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:42:27 +0000 (02:42 +0000)
commit244693744f46194a08626cc4d79e3ca2cb54dd89
treee1ac72921debff192c3dce4cb0ebdec7189675e9
parent19b31e0713a0cae74f4aaf74650d1a3b45fce396
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>
src/bin/pg_dump/pg_dump.c