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
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
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