Thomas Lockhart <[EMAIL PROTECTED]> writes: > Are there places which decline to call a "normalization > routine" if typmod is less than zero, rather than equal to -1?
The format_type routines think that typmod < 0 means "no typmod specified". I am not sure where else this may be true, but I'm pretty sure that that behavior was copied from elsewhere. We could try to tighten up the convention to be that only exactly -1 means "unspecified", but I'm worried about what code we might miss. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html