Thread: tuple too big errors
I'm using the jdbc drivers to store strings in TEXT fields in a postgres 6.5.3 database. I'm getting errors like this: ERROR: Tuple is too big: size 8268 ... when trying to store strings where the whole sql line is only around 2K. What's up?
Hi, Can you send me the table description please ? (Under psql ' \d THE TABLE') Having same problem when making tests with 'char' type & 8K limit seems to be obscure... Thanks. Emmanuel. Le ven, 14 jan 2000, vous avez �crit : > I'm using the jdbc drivers to store strings in TEXT fields in a postgres > 6.5.3 database. I'm getting errors like this: > > ERROR: Tuple is too big: size 8268 > > ... when trying to store strings where the whole sql line is only around > 2K. What's up? > > > ************