Re: length of insert stmt?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: length of insert stmt?
Дата
Msg-id 25765.984066591@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: length of insert stmt?  ("chris markiewicz" <cmarkiew@commnav.com>)
Список 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 по дате отправления:

Предыдущее
От: "Tim Barnard"
Дата:
Сообщение: Re: How to check if a table exists
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: triggers vs. 'NEW in non-rule query' -- SOLVED?