From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries. |
Date: | 2021-06-23 18:27:33 |
Message-ID: | E1lw7b3-0003Ek-Cb@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/9aa06956eaf16d94c591ff7aca660c3e39d55591
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-06-23 22:42:14 | pgsql: Allow non-quoted identifiers as isolation test session/step name |
Previous Message | Tom Lane | 2021-06-23 18:01:55 | pgsql: Don't assume GSSAPI result strings are null-terminated. |