Re: doc - add missing documentation for "acldefault"

From: Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: doc - add missing documentation for "acldefault"
Date: 2018-08-01 13:41:44
Message-ID: 5cbb60f3-cdad-f81f-59ec-77779c1cdfe1@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Fabien,

On 01.08.2018 15:28, Fabien COELHO wrote:
>
> I couldn't find the documentation. Attached patch adds one.
>
> Probably this function should have been named pg_*. Too late.
>

I think this is intentionally hidden function, like others started with
acl*.

postgres=# \df acl*
List of fun
   Schema   |    Name     | Result data type |
------------+-------------+------------------+----------------------------------
 pg_catalog | aclcontains | boolean          | aclitem[], aclitem
 pg_catalog | acldefault  | aclitem[]        | "char", oid
 pg_catalog | aclexplode  | SETOF record     | acl aclitem[], OUT
grantor oid, O
 pg_catalog | aclinsert   | aclitem[]        | aclitem[], aclitem
 pg_catalog | aclitemeq   | boolean          | aclitem, aclitem
 pg_catalog | aclitemin   | aclitem          | cstring
 pg_catalog | aclitemout  | cstring          | aclitem
 pg_catalog | aclremove   | aclitem[]        | aclitem[], aclitem

-----
Pavel Luzanov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-08-01 13:57:04 Re: New Defects reported by Coverity Scan for PostgreSQL
Previous Message Daniel Verite 2018-08-01 13:40:14 Re: [HACKERS] Can ICU be used for a database's default sort order?