Re: doc - add missing documentation for "acldefault"

From: Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>
To: Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: doc - add missing documentation for "acldefault"
Date: 2018-08-02 20:05:34
Message-ID: 20180802200534.GA27777@artur-book.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 01, 2018 at 04:41:44PM +0300, Pavel Luzanov wrote:
> 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

Some of them are definitely internal. For example, aclitemin and
aclitemout are input and output functions respectively of the aclitem
data type. I think they don't need to be documented and shouldn't have
"pg_" prefix as they was created to maintenance aclitem data type.

--
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-08-02 20:08:28 Re: Standby trying "restore_command" before local WAL
Previous Message Andres Freund 2018-08-02 20:02:51 Re: Alter index rename concurrently to