pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries.
Дата
Msg-id E1lw7b3-0003Ep-DN@gemulon.postgresql.org
обсуждение исходный текст
Список 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5c22cf0e73397dfb83a91b14f10ca610dd83cff3

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't assume GSSAPI result strings are null-terminated.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow non-quoted identifiers as isolation test session/step name