diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-27 02:29:51 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-27 02:29:51 +0000 |
commit | 22113f81fdb552e389d971c2d45c90271d5544ff (patch) | |
tree | d8c24179850586c8804ef50142fd4d6d56e59f42 /src/bin/psql/stringutils.c | |
parent | c13ef1afed3c5c4d63909b817cc2975b0937c5b1 (diff) | |
download | postgresql-22113f81fdb552e389d971c2d45c90271d5544ff.tar.gz postgresql-22113f81fdb552e389d971c2d45c90271d5544ff.zip |
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>
Diffstat (limited to 'src/bin/psql/stringutils.c')
0 files changed, 0 insertions, 0 deletions