Re: length of insert stmt? - Mailing list pgsql-general

From Tom Lane
Subject Re: length of insert stmt?
Date
Msg-id 25765.984066591@sss.pgh.pa.us
Whole thread Raw
In response to RE: length of insert stmt?  ("chris markiewicz" <cmarkiew@commnav.com>)
List pgsql-general
"chris markiewicz" <cmarkiew@commnav.com> writes:
> i am using jdbc7.0-1.2...postgres 7.0.2.

I'm not sure what the current state of play is for query length in JDBC.
It might be fixed in the current 7.1 beta version, or not.  Try asking
over on the pgsql-jdbc list.

As a short-term workaround, you could just look for the relevant
constant in the JDBC source code, and increase it...

            regards, tom lane

pgsql-general by date:

Previous
From: "Tim Barnard"
Date:
Subject: Re: How to check if a table exists
Next
From: Jan Wieck
Date:
Subject: Re: triggers vs. 'NEW in non-rule query' -- SOLVED?