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>
Showing
Please register or sign in to comment