]> granicus.if.org Git - postgresql/commit
Document aclitem functions and operators
authorJoe Conway <mail@joeconway.com>
Mon, 24 Sep 2018 14:14:57 +0000 (10:14 -0400)
committerJoe Conway <mail@joeconway.com>
Mon, 24 Sep 2018 14:14:57 +0000 (10:14 -0400)
commitc62dd80cdf149e2792b13c13777a539f5abb0370
treeb454f857a7d068490b905db066619b0460ff1f4e
parentd18f6674bd60e923bcdbf0fd916685b0a250c60f
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
doc/src/sgml/func.sgml
src/backend/utils/adt/acl.c
src/include/catalog/pg_proc.dat