"David Andersen" <[EMAIL PROTECTED]> writes: > One of the side tables is text with length of up to 900 characters. My > question is whether I could build PostgreSQL with NAMEDATALEN (which > controls the max size of Enums) equal to 900?
I wouldn't recommend it. Consider changing pg_enum.enumlabel to type
TEXT instead.
regards, tom lane
--
Sent via pgsql-performance mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
