Re: pgsql: Add pg_get_acl() to get the ACL for a database object

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add pg_get_acl() to get the ACL for a database object
Дата
Msg-id 3408967.1720107891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add pg_get_acl() to get the ACL for a database object  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Add pg_get_acl() to get the ACL for a database object
Список pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> Add pg_get_acl() to get the ACL for a database object
> This function returns the ACL for a database object, specified by
> catalog OID and object OID.

Uh, why is it defined like that rather than allowing a subobject?
This definition is unable to fetch column-specific ACLs.

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix copy/paste mistake in comment
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: small improvements in discussion of geometric data types.