"Roberts, Jon" <[EMAIL PROTECTED]> writes: > Character will use more disk space than varchar so it does make a > difference.
char also has very peculiar comparison semantics. Unless your strings
are really truly fixed-length, you should just about always use varchar.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
