Michael Paquier <mich...@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