Re: doc - add missing documentation for "acldefault"

Поиск
Список
Период
Сортировка
От Pavel Luzanov
Тема Re: doc - add missing documentation for "acldefault"
Дата
Msg-id 5cbb60f3-cdad-f81f-59ec-77779c1cdfe1@postgrespro.ru
обсуждение исходный текст
Ответ на doc - add missing documentation for "acldefault"  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: doc - add missing documentation for "acldefault"
Re: doc - add missing documentation for "acldefault"
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: [HACKERS] Can ICU be used for a database's default sort order?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: New Defects reported by Coverity Scan for PostgreSQL