Support for OUT parameters in procedures

Peter Eisentraut <peter@eisentraut.org>

Commit: 2453ea142233ae57af452019c3b9a443dad1cdd0
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-10-05T07:21:43Z
Releases: 14.0
Support for OUT parameters in procedures

Unlike for functions, OUT parameters for procedures are part of the
signature.  Therefore, they have to be listed in pg_proc.proargtypes
as well as mentioned in ALTER PROCEDURE and DROP PROCEDURE.

Reviewed-by: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/2b8490fe-51af-e671-c504-47359dc453c5@2ndquadrant.com

Files

Documentation touched

Discussion