Обсуждение: pgsql: doc: Add acronym and glossary term for Access Method

Поиск
Список
Период
Сортировка

pgsql: doc: Add acronym and glossary term for Access Method

От
Daniel Gustafsson
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/68387f9bdc82a56bf56945da3883a993bc40e2a5

Modified Files
--------------
doc/src/sgml/acronyms.sgml |  9 +++++++++
doc/src/sgml/btree.sgml    |  2 +-
doc/src/sgml/glossary.sgml | 15 +++++++++++++++
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/tableam.sgml  |  2 +-
5 files changed, 27 insertions(+), 3 deletions(-)