Re: Need help with clarification on stored procedure support in PostGreSQL database
Adrian Klaver <adrian.klaver@aklaver.com>
From: Adrian Klaver <adrian.klaver@aklaver.com>
To: "Bysani, Ram" <rbysani@informatica.com>,
"pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>,
"security@postgresql.org" <security@postgresql.org>
Date: 2021-03-07T19:01:07Z
Lists: pgsql-general
On 3/7/21 10:48 AM, Bysani, Ram wrote: > PostgreSQL version: 11.11 > > Operating system: Linux 64 bit > > Description: > > Greetings > > We have found posts on several forums that Stored Procedures are not > supported in PostGreSQL databasel. > > We looked at the documentation but it is not clear when Stored Procedure > support was added. We are aware that Functions are supported. > > Please provide details / clarify if Stored Procedures are available in > versions 11.x, 12.x, 13.x Please also confirm when it was actually added. > > https://www.postgresql.org/docs/ <https://www.postgresql.org/docs/> > > Thanks for your time Go to page David Johnson posted: https://www.postgresql.org/docs/current/sql-createprocedure.html and look at 'Supported Versions:' at top of page. > > Regards > > Ram Bysani > -- Adrian Klaver adrian.klaver@aklaver.com
Commits
-
Doc: improve introductory information about procedures.
- e0fcde7f74a5 11.12 landed
- 9a4e4af42023 13.3 landed
- 74207b8fc5a0 12.7 landed
- 227338b00d49 14.0 landed
-
Support for OUT parameters in procedures
- 2453ea142233 14.0 cited