Re: [INTERFACES] tuple too big errors

From: Compte utilisateur Sultan-advl <webmaster(at)advl(dot)org>
To: Joseph Shraibman <jks(at)p1(dot)selectacast(dot)net>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] tuple too big errors
Date: 2000-01-14 12:13:35
Message-ID: 00011413204800.00825@sultan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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?
>
>
> ************

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Compte utilisateur Sultan-advl 2000-01-14 13:29:34 psql ERROR : Character Types Tuple is too big: size xxxxx
Previous Message Peter Mount 2000-01-14 09:46:34 RE: [INTERFACES] JDBC 2.0 Standard Extensions for PostgreSQL