Hello, I've found following description: "If character varying is used without length specifier, the type accepts strings of any size. The latter is a PostgreSQL extension."
Does this mean that "character varying without length" is equivalent to "text" type. Are there any differences? I noticed that ODBC driver processes the type differently from "text". Please help! Konstantin