Re: length of insert stmt?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cmarkiew(at)commnav(dot)com
Cc: "'Gavin Sherry'" <swm(at)linuxworld(dot)com(dot)au>, pgsql-general(at)postgresql(dot)org
Subject: Re: length of insert stmt?
Date: 2001-03-08 15:49:51
Message-ID: 25765.984066591@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"chris markiewicz" <cmarkiew(at)commnav(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tim Barnard 2001-03-08 16:16:04 Re: How to check if a table exists
Previous Message chris markiewicz 2001-03-08 15:39:26 RE: length of insert stmt?