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

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: doc: Add acronym and glossary term for Access Method
Дата
Msg-id E1rSFxt-002jZV-7J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: meson: portname was set too early
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Generate syscache info from catalog files