Re: [PATCH] Add ACL (Access Control List) acronym - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: [PATCH] Add ACL (Access Control List) acronym
Date
Msg-id CAKFQuwb99OqbPZeMoGC1Q3p-nyChTNd1LHqXidSDyX=R8qz8Gw@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add ACL (Access Control List) acronym  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Mon, Jun 24, 2024 at 10:11 PM Michael Paquier <michael@paquier.xyz> wrote:
On Tue, Jun 25, 2024 at 12:20:20AM +0200, Joel Jacobson wrote:
> Thanks, much better. New version attached.

+      The <productname>PostgreSQL</productname> documentation, and code, refers
+      to the specifications within the ACL as "privileges".  This has the same
+      meaning as "permissions" on the linked page.  Generally if we say

Hmm?  A privilege is a property that is part of an ACL, which is
itself a set made of object types, roles and privileges.

So, an ACL is a collection of composite typed things (grantor, grantee, privileges) and the type name for that composite type is "permission".  That does clear things up, even if we tend to use privilege in cases where permission is meant.

David J.

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [PATCH] Add ACL (Access Control List) acronym
Next
From: "David G. Johnston"
Date:
Subject: Re: Should we document how column DEFAULT expressions work?