]> 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)
commit2031e1668e5577e64cfed29da69a34903d5a5227
treeac0f137ee5f943889ee12f9c6489019676c6a295
parent126cdaf47af275f76b2f2ddb023bfdc6f018ae30
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