On Tue, 6 Aug 2002, Thomas Bolden wrote:
> I have a table with 17 attributes in the primary key. When I try to
> create the table I get the message
> "ERROR: Cannot use more than 16 attributes in an index".
> The table description are set by a multi-state consortium. This is a
> make or break for Postgresql. Is there a way to increase this limit.
ISTM you should be able to increase INDEX_MAX_KEYS in pg_config and
recompile (but I haven't tried) and re-initdb.