Re: calling java stored functions through jdbc gives errors. - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: calling java stored functions through jdbc gives errors.
Date
Msg-id 911DD637-41D9-4D35-80E9-1400B812C417@fastcrypt.com
Whole thread Raw
In response to Re: calling java stored functions through jdbc gives errors.  (Markus Schaber <schabi@logix-tt.com>)
Responses Re: calling java stored functions through jdbc gives
List 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 by date:

Previous
From: Markus Schaber
Date:
Subject: Re: calling java stored functions through jdbc gives errors.
Next
From: Alex Stienstra
Date:
Subject: Re: calling java stored functions through jdbc gives