pgsql: Document aclitem functions and operators

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document aclitem functions and operators
Date: 2018-09-24 14:15:32
Message-ID: E1g4Re8-0003Hs-DF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-24 15:31:29 pgsql: Fix over-allocation of space for array_out()'s result string.
Previous Message Noah Misch 2018-09-24 06:04:56 pgsql: Initialize random() in bootstrap/stand-alone postgres and in ini