Re: 7.1 RPM has old JDBC driver - SQL statement too long - Mailing list pgsql-general

From Peter T Mount
Subject Re: 7.1 RPM has old JDBC driver - SQL statement too long
Date
Msg-id 988038872.3ae446d872596@webmail.retep.org.uk
Whole thread Raw
In response to 7.1 RPM has old JDBC driver - SQL statement too long  (Adam Rossi <adam.rossi@platinumsolutions.com>)
List pgsql-general
Quoting Adam Rossi <adam.rossi@platinumsolutions.com>:

> I just wanted to pass this along to everyone checking out the new 7.1
> release. The jdbc jars that are included with the current RPM's are from
> the
> 7.0.3 release. So if you try to take advantage of the new unlimited size
> text
> fields, you will get the familiar "SQL statement too long" error when
> you try
> to do an insert of text greater then 8k.
>
> To get the new 7.1 jdbc driver, the only place I have been able to find
> it is
> in the source tarball. You have to make the jar using the instructions
> in the
> jdbc readme. Once you get a proper make, the new jar will allow large
> text
> inserts and selects. Finally, no more limitations!

Hopefully I'll have the precompiled .jar's online soon...

Peter

--
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

pgsql-general by date:

Previous
From: Peter T Mount
Date:
Subject: Re: 7.1 RPM has old JDBC driver - SQL statement too long
Next
From: Peter Eisentraut
Date:
Subject: Re: alter table questions