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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2031e1668e5577e64cfed29da69a34903d5a5227 Modified Files -------------- doc/src/sgml/ref/alter_function.sgml | 3 ++- doc/src/sgml/ref/alter_routine.sgml | 3 ++- doc/src/sgml/ref/create_function.sgml | 7 ++++--- 3 files changed, 8 insertions(+), 5 deletions(-)
