Re: Increasing max size of tuples?

From: oberpwd(at)anubis(dot)network(dot)com (Wade D(dot) Oberpriller)
To: pgsql-general(at)postgresql(dot)org (general-help postgresql)
Subject: Re: Increasing max size of tuples?
Date: 2000-09-27 15:51:27
Message-ID: 200009271551.KAA11925@truck.network.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I found my answer in config.h.in.

Adjust BLKSZ to whatever size tuple you need, however it currently must be <=
32k.

Wade Oberpriller

>
> Can the max size of the tuples be enlarged, currently they are 8128 bytes ( I
> believe). Is there a macro or option that can be set to increase this?
>
> I have a table with quite a few constraints (and the field names are large also), and the tuple size is being exceeded, and the table can't be created.
>
> Wade Oberpriller
> StorageTek
> oberpwd(at)network(dot)com
>

Browse pgsql-general by date

  From Date Subject
Next Message Richard Poole 2000-09-27 16:20:29 Re: pg_hba.conf
Previous Message Alexi Margo 2000-09-27 15:44:27 Is STRING in any of Fielda, Fieldb, Fieldc ... ?