Re: calling java stored functions through jdbc gives errors.

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: calling java stored functions through jdbc gives errors.
Дата
Msg-id 911DD637-41D9-4D35-80E9-1400B812C417@fastcrypt.com
обсуждение исходный текст
Ответ на Re: calling java stored functions through jdbc gives errors.  (Markus Schaber <schabi@logix-tt.com>)
Ответы Re: calling java stored functions through jdbc gives  (Alex Stienstra <alex.stienstra@zonnet.nl>)
Список pgsql-jdbc
On 2-Nov-06, at 7:06 AM, Markus Schaber wrote:

> Hi, Dave,
>
> Dave Cramer wrote:
>
>> However I can tell you that jdbc doesn't do anything particularly
>> different than psql or pgadmin.
>
> It uses the V3 protocol, and AFAIK it uses protocol-level prepare
> instead of PREPARE queries.

True enough, try adding protocolVersion=2 to the url and it will use
v2 protocol
>
> Regards,
> Markus
>
> --
> Markus Schaber | Logical Tracking&Tracing International AG
> Dipl. Inf.     | Software Development GIS
>
> Fight against software patents in Europe! www.ffii.org
> www.nosoftwarepatents.org
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>


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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: calling java stored functions through jdbc gives errors.
Следующее
От: Alex Stienstra
Дата:
Сообщение: Re: calling java stored functions through jdbc gives