You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Unlike for functions, OUT parameters for procedures are part of thesignature. Therefore, they have to be listed in pg_proc.proargtypesas 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