]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: improve introductory information about procedures.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Mar 2021 16:33:50 +0000 (11:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Mar 2021 16:33:50 +0000 (11:33 -0500)
commit74207b8fc5a03a902171460aa42f7d816f2c6597
treed57b51d222b2d13684b80efa299a951cbf0b780c
parent8fff8a87493a238b45ecf6635baf334c4051b9df
Doc: improve introductory information about procedures.

Clarify the discussion in "User-Defined Procedures", by laying out
the key differences between functions and procedures in a bulleted
list.  Notably, this avoids burying the lede about procedures being
able to do transaction control.  Make the back-link in the CREATE
FUNCTION reference page more prominent, and add one in CREATE
PROCEDURE.

Per gripe from Guyren Howe.  Thanks to David Johnston for discussion.

Discussion: https://postgr.es/m/BYAPR03MB4903C53A8BB7EFF5EA289674A6949@BYAPR03MB4903.namprd03.prod.outlook.com
doc/src/sgml/ref/create_function.sgml
doc/src/sgml/ref/create_procedure.sgml
doc/src/sgml/xfunc.sgml