Re: [PATCH] Add ACL (Access Control List) acronym
Joel Jacobson <joel@compiler.org>
From: "Joel Jacobson" <joel@compiler.org>
To: "Michael Paquier" <michael@paquier.xyz>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>,
"Nathan Bossart" <nathandbossart@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-06-25T06:10:24Z
Lists: pgsql-hackers
Attachments
- v5-0001-Add-ACL-Access-Control-List-acronym.patch (application/octet-stream) patch v5-0001
On Tue, Jun 25, 2024, at 07:11, Michael Paquier 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. This entire > paragraph is unnecessary IMO, let's keep it simple with only a > reference link to the wiki page. > > v1 is fine without the "privileges list" part mentioned by Nathan in > the first reply. v2 is exactly that, but renamed and attached, so we have an entry this was the last version. /Joel
Commits
-
doc: Add ACL acronym for "Access Control List"
- 00d819d46a6f 18.0 landed