Re: PGStatement#setPrepareThreshold

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: PGStatement#setPrepareThreshold
Дата
Msg-id Pine.BSO.4.63.0608041240250.21278@leary2.csoft.net
обсуждение исходный текст
Ответ на Re: PGStatement#setPrepareThreshold  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc

On Fri, 4 Aug 2006, Dave Cramer wrote:

> On 4-Aug-06, at 12:19 PM, Tom Lane wrote:
>
>> Yeah, that one's a bit harder to fix :-(  It would be relatively
>> easy for the case of parameters supplied in text form, but I'm
>> not sure about binary values.  Is JDBC doing anything with binary
>> parameter transmission yet?
>
> No we aren't, even if we were, just printing the text values would be a
> huge step forward.
>

Actually bytea parameters are sent as binary to the server in prepared
statements.  For fastpath calls integer, oid, and bytea parameters are
sent in binary form.

Kris Jurka

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: PGStatement#setPrepareThreshold
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PGStatement#setPrepareThreshold