Re: Invoking a function within a batch statement - Mailing list pgsql-jdbc

From rob stone
Subject Re: Invoking a function within a batch statement
Date
Msg-id 1471447005.12542.1.camel@gmail.com
Whole thread Raw
In response to Re: Invoking a function within a batch statement  (Vitalii Tymchyshyn <vit@tym.im>)
Responses Re: Invoking a function within a batch statement  (Evan Meagher <evan.meagher@gmail.com>)
Re: Invoking a function within a batch statement  (Evan Meagher <evan.meagher@gmail.com>)
List pgsql-jdbc
On Wed, 2016-08-17 at 15:06 +0000, Vitalii Tymchyshyn wrote:
> I think you should be able to use {call proc(params)} form, see https
> ://jdbc.postgresql.org/documentation/80/callproc.html
> Best regards, Vitalii Tymchyshyn
>

Or see  https://jdbc.postgresql.org/documentation/94/callproc.html

which is the latest doco.

Note that 1209 is the most recent driver.

HTH,
rob


pgsql-jdbc by date:

Previous
From: Vitalii Tymchyshyn
Date:
Subject: Re: Invoking a function within a batch statement
Next
From: Evan Meagher
Date:
Subject: Re: Invoking a function within a batch statement