]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix confusion about LEAKPROOF in syntax summaries.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Jun 2021 18:27:13 +0000 (14:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Jun 2021 18:27:13 +0000 (14:27 -0400)
commit5c22cf0e73397dfb83a91b14f10ca610dd83cff3
treefff71815a50bf118ae3596ece9323cb84a8b0020
parent361acef7e4c0e5e8bfe881a1854e006f0aafed18
Doc: fix confusion about LEAKPROOF in syntax summaries.

The syntax summaries for CREATE FUNCTION and allied commands
made it look like LEAKPROOF is an alternative to
IMMUTABLE/STABLE/VOLATILE, when of course it is an orthogonal
option.  Improve that.

Per gripe from aazamrafeeque0.  Thanks to David Johnston for
suggestions.

Discussion: https://postgr.es/m/162444349581.694.5818572718530259025@wrigleys.postgresql.org
doc/src/sgml/ref/alter_function.sgml
doc/src/sgml/ref/alter_routine.sgml
doc/src/sgml/ref/create_function.sgml