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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, "Joel Jacobson" <joel(at)compiler(dot)org>
Subject: Re: pgsql: Add pg_get_acl() to get the ACL for a database object
Date: 2024-07-04 15:44:51
Message-ID: 3408967.1720107891@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Michael Paquier <michael(at)paquier(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-07-04 17:23:56 pgsql: Doc: small improvements in discussion of geometric data types.
Previous Message Alvaro Herrera 2024-07-04 11:59:34 pgsql: Fix copy/paste mistake in comment

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-07-04 16:01:55 Re: Grammar guidelines in Postgres
Previous Message Said Assemlal 2024-07-04 15:43:30 Re: Add statistics refresh materialized view