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

From Andres Freund
Subject Re: Stored procedures and out parameters
Date
Msg-id 20180816171416.p7ccvtxvszsmbutc@alap3.anarazel.de
Whole thread Raw
In response to Re: Stored procedures and out parameters  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
List pgsql-hackers
Hi,

On 2018-08-16 20:08:20 +0300, Vladimir Sitnikov wrote:
> 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?

Are you actually suggesting we effectively drop procedure soupport?

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Marina Polyakova
Date:
Subject: Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors
Next
From: Tom Lane
Date:
Subject: Re: Memory leak with CALL to Procedure with COMMIT.