Re: Create Procedure

2020-06-29 Thread Bruce Momjian
On Mon, Jun 29, 2020 at 03:02:57PM +, 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

Create Procedure

2020-06-29 Thread PG Doc comments form
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

CREATE PROCEDURE Documentation

2018-10-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/static/sql-call.html Description: In the documentation for the CALL statement, it is mentioned that PROCEDUREs are capable of executing transaction-control statements. I think the CREATE