Re: add new acronym "AM"
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: alaa.attya91@gmail.com,
pgsql-docs@lists.postgresql.org
Date: 2023-11-13T11:00:20Z
Lists: pgsql-docs
Attachments
- am_acronym.diff (application/octet-stream) patch
> On 12 Nov 2023, at 00:08, PG Doc comments form <noreply@postgresql.org> wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/acronyms.html > Description: > > while reading the progres codebase, i could find you're using the acronym > "AM" which denotes "Access Method". it's be nice to add it to the list of > acronyms That's a fair point. It's sort of hard to refer back from the acronym list though since we don't have a single Access Method section but instead one for Indexes and one for Relations. In the attached diff I propose that we add a glossary entry for Access Method (suggested better wording much appreciated) which the acronym can refer to. Being such a core concept it doesn't seem like a bad idea to explain it. -- Daniel Gustafsson
Commits
-
doc: Add acronym and glossary term for Access Method
- 68387f9bdc82 17.0 landed