Create Procedure

Started by PG Bug reporting formalmost 6 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-createprocedure.html
Description:

Hi all,

The Create Procedure could be improved:

- Provide more examples;
- Describe the use of IN and INOUT variables;
- Describe the use of cursors.

#2Bruce Momjian
bruce@momjian.us
In reply to: PG Bug reporting form (#1)
Re: Create Procedure

On Mon, Jun 29, 2020 at 03:02:57PM +0000, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-createprocedure.html
Description:

Hi all,

The Create Procedure could be improved:

- Provide more examples;
- Describe the use of IN and INOUT variables;
- Describe the use of cursors.

You might find those in CREATE FUNCTION, which is similar.

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EnterpriseDB https://enterprisedb.com

The usefulness of a cup is in its emptiness, Bruce Lee