Re: [JDBC] prepareThreshold=1 and statement.executeBatch() ??

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [JDBC] prepareThreshold=1 and statement.executeBatch() ??
Дата
Msg-id 4403.1131897895@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [JDBC] prepareThreshold=1 and statement.executeBatch() ??  (Kris Jurka <books@ejurka.com>)
Ответы Re: [JDBC] prepareThreshold=1 and statement.executeBatch() ??  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Oliver Jowett <oliver@opencloud.com> writes:
> The driver does not actually issue PREPARE or EXECUTE statements; the
> server is pretending that the protocol-level Prepare/Bind/Execute
> messages are actually something issuing PREPARE/EXECUTE at the SQL level

I had not realized that the logging code recently added to Parse/Bind/Execute
deliberately obscures the difference between a Parse message and an SQL
PREPARE (etc).  This is a terrible decision IMHO and needs to be fixed
forthwith.

            regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Multi-table-unique-constraint
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Multi-table-unique-constraint