Re: [PATCH] pg_permissions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] pg_permissions
Дата
Msg-id 1320012.1616691115@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] pg_permissions  ("Joel Jacobson" <joel@compiler.org>)
Ответы Re: [PATCH] pg_permissions  ("Joel Jacobson" <joel@compiler.org>)
Список pgsql-hackers
"Joel Jacobson" <joel@compiler.org> writes:
> On Thu, Mar 25, 2021, at 16:16, Alvaro Herrera wrote:
>> Ah, of course -- the only way to obtain the acl columns is by going
>> through the catalogs individually, so it won't be possible.  I think
>> this could be fixed with some very simple, quick function pg_get_acl()
>> that takes a catalog OID and object OID and returns the ACL; then
>> use aclexplode() to obtain all those details.

> +1 for adding pg_get_acl().

I wonder what performance will be like with lots o' objects.

            regards, tom lane



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: [bug fix] ALTER TABLE SET LOGGED/UNLOGGED on a partitioned table does nothing silently
Следующее
От: Andres Freund
Дата:
Сообщение: Re: shared memory stats: high level design decisions: consistency, dropping