pgsql: Document aclitem functions and operators

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: Document aclitem functions and operators
Дата
Msg-id E1g4Re8-0003Hs-DF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Document aclitem functions and operators

aclitem functions and operators have been heretofore undocumented.
Fix that. While at it, ensure the non-operator aclitem functions have
pg_description strings.

Does not seem worthwhile to back-patch.

Author: Fabien Coelho, with pg_description from John Naylor, and significant
refactoring and editorialization by me.
Reviewed by: Tom Lane
Discussion: https://postgr.es/m/flat/alpine.DEB.2.21.1808010825490.18204%40lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c62dd80cdf149e2792b13c13777a539f5abb0370

Modified Files
--------------
doc/src/sgml/func.sgml          | 137 +++++++++++++++++++++++++++++++++++++++-
src/backend/utils/adt/acl.c     |   3 +-
src/include/catalog/pg_proc.dat |   4 +-
3 files changed, 139 insertions(+), 5 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Initialize random() in bootstrap/stand-alone postgres and inini
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix over-allocation of space for array_out()'s result string.