Re: [PATCH] Add ACL (Access Control List) acronym
Joel Jacobson <joel@compiler.org>
From: "Joel Jacobson" <joel@compiler.org>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: "Nathan Bossart" <nathandbossart@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-06-24T22:20:20Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-ACL-Access-Control-List-acronym.patch (application/octet-stream) patch v4-0001
On Mon, Jun 24, 2024, at 23:15, David G. Johnston wrote: > I really dislike "For avoidance of doubt and clarity" - and in terms of > being equivalent the following seems like a more accurate description > of reality. > > The PostgreSQL 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 "permissions" we > are referring to something that is not covered by the ACL. In routine > communication the two words are often used interchangeably. Thanks, much better. New version attached. /Joel
Commits
-
doc: Add ACL acronym for "Access Control List"
- 00d819d46a6f 18.0 landed