BLCKSZ:Max tuple size problem

From: Nick Wayne <nick_wayne(at)yahoo(dot)com>
To: jeff(at)hub(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: BLCKSZ:Max tuple size problem
Date: 2000-12-15 06:30:19
Message-ID: 20001215063019.20086.qmail@web3006.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi there,
I went thru all the mailing list archives and other
documentation and found the way to increase the max
tuple size clearly as " change the BLCKSZ to ...."
I did that and even created a new data directory and
cluster by using init_db but the error
psql:ins.sql:173: ERROR: Tuple is too big: size 9148,
max size 8140
still persists.

My question is that is there a way to reflect the
chages to config.h in the database without
re-istalling postgresql. I have a large database
running on 7.03 and do not want to reinstall.
PLEASE HELP !!!!!!!
Thanks
Nick

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Denis Perchine 2000-12-15 07:11:25 Re: vacuum verbose analyze lazy problem.
Previous Message Josh Rovero 2000-12-15 02:54:08 Re: How to import/export data from/to an ASCII file?