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-E1WKPuAgnEAWp3dy+bnMAqbbdC871twADpEWPRkBsc6Q@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>On the other hand, releasing *without* this also has its consequence, namely setting in stone that the database-independent language API cannot be used for invoking the new stored procedures
Shay>So I hope you at least consider going through the thought process about allowing this.

+1

I wonder if "CALL ..." can be excluded from PostgreSQL 11 release.
It is really important feature for the release?

Vladimir

pgsql-hackers by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: Re: Stored procedures and out parameters
Next
From: Tom Lane
Date:
Subject: Re: Memory leak with CALL to Procedure with COMMIT.