Re: [SQL] Tuple is too big ...

2001-02-05 Thread Tom Lane
"Jens Hartwig" <[EMAIL PROTECTED]> writes: > I am running PostgreSQL-7.0.3. I changed the value of BLCKSZ (in > "include/config.h" to 16384, recompiled and reinstalled the sources. > [ but it didn't take ] Either you didn't do a full recompile (best to "make clean" then "make all"), or you neglec

[SQL] Tuple is too big ...

2001-02-05 Thread Jens Hartwig
Hello all, I am running PostgreSQL-7.0.3. I changed the value of BLCKSZ (in "include/config.h" to 16384, recompiled and reinstalled the sources. After having restarted the backend I tried to create a table with three varchar(5000)-columns and tried to add three character-values with each 4000 cha