Re: Full Stored Procedure Support, any time soon ?

From: David Johnston <polobo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Full Stored Procedure Support, any time soon ?
Date: 2013-12-01 02:36:08
Message-ID: 1385865368414-5781040.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Noel Diaz wrote
> T_ Implement stored procedures
> This might involve the control of transaction state and the return of
> multiple result sets
> * PL/pgSQL stored procedure returning multiple result sets (SELECTs)?
> * Proposal: real procedures again (8.4)
> * http://archives.postgresql.org/pgsql-hackers/2010-09/msg00542.php
> * Gathering specs and discussion on feature (post 9.1)
>
> Does anybody know if any the committers are working on that list?

I have not seen any recent discussions on the list pertaining to
implementing callable stored procedures. Thus nothing like this has a
chance to make it out with the next release 6+ months from now. The
earliest possible implementation would be 1.5 years from now and that is
only if someone decides to dedicate the next year solely on this feature.

Some "foundation" work has been ongoing recently, notably "background
workers", which is how these things are likely to play out.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Full-Stored-Procedure-Support-any-time-soon-tp5780999p5781040.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2013-12-01 05:43:54 Re: Fwd: row_to_json() with numerical indices in stead of associative indices
Previous Message David Johnston 2013-12-01 02:17:46 Re: Use environment variables in postgresql.conf