Re: Stored procedures and out parameters - Mailing list pgsql-hackers

From Vladimir Sitnikov
Subject Re: Stored procedures and out parameters
Date
Msg-id CAB=Je-GDO7UnT=oE0VU8avfjCEDtn691paua+rSXj-YEw05nmg@mail.gmail.com
Whole thread Raw
In response to Re: Stored procedures and out parameters  (Shay Rojansky <roji@roji.org>)
Responses Re: Stored procedures and out parameters
List pgsql-hackers
Shay>Npgsql currently always sends a describe as part of statement execution (for server-prepared messages the describe is done only once, at preparation-time). Vladimir, are you doing things differently here?

The same thing is for pgjdbc. It does use describe to identify result row format.
However, "CALL my_proc()" works just fine with current git master for both simple and extended protocol.

The missing part is "invoke functions via CALL statement".

Vladimir

pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Problem during Windows service start
Next
From: Tom Lane
Date:
Subject: Fallout from PQhost() semantics changes