| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | nunziotocci2000(at)gmail(dot)com |
| Subject: | CREATE PROCEDURE Documentation |
| Date: | 2018-10-18 20:04:54 |
| Message-ID: | 153989309442.22923.776941069564612717@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
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
PROCEDURE Documentation should mention this, because it is the only reason I
would use a PROCEDURE over a FUNCTION.
Also, it should be clarified whether or not PROCEDUREs are implicitly run in
a transaction.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ioseph Kim | 2018-10-19 08:04:31 | question, converting version 11 sgml files at once. |
| Previous Message | Daniel Gustafsson | 2018-10-18 09:25:56 | Improve wording for FDW header file reference |