doc: Add acronym and glossary term for Access Method

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 68387f9bdc82a56bf56945da3883a993bc40e2a5
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-01-23T12:20:15Z
Releases: 17.0
doc: Add acronym and glossary term for Access Method

AM was used throughout the documentation to denote Access Method, but
the acronym was not described.  This adds an acronym entry as well as
a glossary term which the acronym links to.  Each page which describe
AMs have the first occurrence with <acronym> markup.

Reported-by: alaa.attya91@gmail.com
Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/169974408805.398198.6927340566912872957@wrigleys.postgresql.org

Files

PathChange+/−
doc/src/sgml/acronyms.sgml modified +9 −0
doc/src/sgml/btree.sgml modified +1 −1
doc/src/sgml/glossary.sgml modified +15 −0
doc/src/sgml/indexam.sgml modified +1 −1
doc/src/sgml/tableam.sgml modified +1 −1

Documentation touched

Discussion