Re: JDBC, prepared queries, and partitioning

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC, prepared queries, and partitioning
Дата
Msg-id Pine.BSO.4.64.0802131724400.2890@leary.csoft.net
обсуждение исходный текст
Ответ на Re: JDBC, prepared queries, and partitioning  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: JDBC, prepared queries, and partitioning
Список pgsql-jdbc

On Wed, 13 Feb 2008, Josh Berkus wrote:

> So, just to confirm: there is no way with v3 to make it not use a cached
> plan, either on 8.2 or 8.3, correct?

Correct.

> Can I use v2 against 8.3?
>

Yes, but you then lose some of the features that are only available with
the V3 protocol: ParameterMetaData, some ResultSetMetaData calls, OUT
parameters for CallableStatements.  I think that's the list, but couldn't
swear to it.

Kris Jurka

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: JDBC, prepared queries, and partitioning
Следующее
От: "Stephen Denne"
Дата:
Сообщение: Re: JDBC, prepared queries, and partitioning