]> granicus.if.org Git - postgresql/commit
This is a patch to pg_dump which fixes varchar and char printing in the
authorMarc G. Fournier <scrappy@hub.org>
Sat, 27 Jul 1996 02:29:51 +0000 (02:29 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 27 Jul 1996 02:29:51 +0000 (02:29 +0000)
commit22113f81fdb552e389d971c2d45c90271d5544ff
treed8c24179850586c8804ef50142fd4d6d56e59f42
parentc13ef1afed3c5c4d63909b817cc2975b0937c5b1
This is a patch to pg_dump which fixes varchar and char printing in the
case where the attribute length is variable (stored as -1).  Previously,
you'd get output that looked like:

CREATE TABLE foo (bar varchar(-1));

Monitor and psql don't like this at all :).  Here is a fix:

Submitted by: Adam Sussman <myddryn@vidya.com>
src/bin/pg_dump/pg_dump.c