1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

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
This commit is contained in:
Joe Conway
2018-09-24 10:14:57 -04:00
parent d18f6674bd
commit c62dd80cdf
3 changed files with 139 additions and 5 deletions

View File

@ -855,8 +855,7 @@ acldefault(ObjectType objtype, Oid ownerId)
/*
* SQL-accessible version of acldefault(). Hackish mapping from "char" type to
* OBJECT_* values, but it's only used in the information schema, not
* documented for general use.
* OBJECT_* values.
*/
Datum
acldefault_sql(PG_FUNCTION_ARGS)