Rachit Siamwalla <[EMAIL PROTECTED]> writes:
> Is there any good reason to use VARCHAR over TEXT for a string field?

The only reason to use VARCHAR is if you *want* the data to be truncated
at a specific length.  If you don't have a well-defined upper limit in
mind, I'd recommend TEXT.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to