> Do we need to disallow varchar() and char() without a length?
The question might be moot since Jan's suggestion may fix the behavior. But, just for completeness...
char, char(), and varchar() are SQL92 character types. varchar - with no arguments - is not, and seems as
though it is functionally equivalent to "text". Could do without it if necessary, but it is a nice extension.
- Tom