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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Add pg_get_acl() function get the ACL for a database object
Дата
Msg-id 519252.1718941488@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Add pg_get_acl() function get the ACL for a database object  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Add pg_get_acl() function get the ACL for a database object
Список pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> On Thu, Jun 20, 2024 at 08:32:57AM +0200, Joel Jacobson wrote:
>> I've added overloaded versions for regclass and regproc so far:
>>
>> \df pg_get_acl
>> List of functions
>> Schema   |    Name    | Result data type |  Argument data types   | Type
>> ------------+------------+------------------+------------------------+------
>> pg_catalog | pg_get_acl | aclitem[]        | classid oid, objid oid | func
>> pg_catalog | pg_get_acl | aclitem[]        | objid regclass         | func
>> pg_catalog | pg_get_acl | aclitem[]        | objid regproc          | func
>> (3 rows)

> Interesting idea.

Doesn't that result in "cannot resolve ambiguous function call"
failures?

            regards, tom lane



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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Pgoutput not capturing the generated columns
Следующее
От: Isaac Morland
Дата:
Сообщение: Re: Add pg_get_acl() function get the ACL for a database object