Re: calling java stored functions through jdbc gives errors.

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Markus Schaber <schabi(at)logix-tt(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: calling java stored functions through jdbc gives errors.
Date: 2006-11-02 13:14:38
Message-ID: 911DD637-41D9-4D35-80E9-1400B812C417@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alex Stienstra 2006-11-02 14:55:43 Re: calling java stored functions through jdbc gives
Previous Message Markus Schaber 2006-11-02 12:06:06 Re: calling java stored functions through jdbc gives errors.