Hi,
Here goes -
Running Pgsql 6.5, Redhat 6.1 PHP 3.0.15
Inserting Text into a text field from a web page using php & apache. It seems that when we insert a large amount of text (not that large) we get the following error:
Warning: PostgresSQL query failed: ERROR: Tuple is too big: size 9552 in <filename>.php
So we seem to be exceedinig the 8912 data page limit.
Any ideas/definitive answers how to work around/fix this this??
Updrade Postgresql to V??? on RH6.1 maybe?
Re-compile Postgres after delving in config.h?
Change from Text datatypes to BLOBS?
help.
cheers,
Joe.