Re: pgsql: Add pg_get_acl() to get the ACL for a database object - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add pg_get_acl() to get the ACL for a database object
Date
Msg-id 3408967.1720107891@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add pg_get_acl() to get the ACL for a database object  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Add pg_get_acl() to get the ACL for a database object
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix copy/paste mistake in comment
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: small improvements in discussion of geometric data types.