tuple is too big

From: Howard Williams <howieshouse(at)home(dot)com>
To: pgsql-questions(at)postgresql(dot)org
Subject: tuple is too big
Date: 2000-02-15 03:57:26
Message-ID: 38A8CFBE.46F5BAAD@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I'm trying to create a table that has only 8 fields or so. Two of the
fields have CHECK's that are essentally "LIKE 'this' OR LIKE 'that".
Apparently, these restrictions add something to the tuple size, which I
understand is set at 8192. How do I increase this limit? I read one
posting that says it can be adjusted at compile time, but that it may be

dangerous.

Maybe there's a better way. How would you suggest allowing only 'AL',
'AK', 'CA', etc. for a state field, for example? A c-function in a
shared library?

And where can I find the postgresql-hackers archive?

Thanks

Howie

Browse pgsql-general by date

  From Date Subject
Next Message John Henderson 2000-02-15 04:44:51 Re: [GENERAL] typecast for index
Previous Message Tatsuo Ishii 2000-02-15 01:05:55 Re: [GENERAL] Multi-Language Support and/or UTF-8 UNICODE