Re: Long atributes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nelson Ferreira Junior <nfj(at)cin(dot)ufpe(dot)br>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Long atributes
Date: 2000-06-02 16:01:40
Message-ID: 15251.959961700@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Nelson Ferreira Junior <nfj(at)cin(dot)ufpe(dot)br> writes:
> I have to store strings larger than 8Kb in a table. Using postgreSQL
> 7.0, buit with a 32K page size, the latest JDBC driver and JDK1.2
> I still get a SQLException "SQL statement is to long" when I try to do
> a insert with a big string,

I believe the JDBC driver still has a query length limit in it :-(

(Hey Peter, is anything likely to be done about that soon?)

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2000-06-02 16:11:27 Re: JDBC squirrely transaction behavior??
Previous Message Jeff Eckermann 2000-06-02 15:04:49 RE: RE: ODBC driver