1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Add a glossary to the documentation

More work is still needed, but this is a good start.

Co-authored-by: Corey Huinker <corey.huinker@gmail.com>
Co-authored-by: Jürgen Purtz <juergen@purtz.de>
Co-authored-by: Roger Harkavy <rogerharkavy@gmail.com>
Co-authored-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://postgr.es/m/CADkLM=eP6HOeqDjn0FdXuGRusQu4oWH_LFsKjjafmhvWD=aSpQ@mail.gmail.com
This commit is contained in:
Alvaro Herrera
2020-04-03 13:23:20 -03:00
parent 3031440e98
commit 347d2b07fc
3 changed files with 1777 additions and 0 deletions

View File

@ -170,6 +170,7 @@
<!ENTITY limits SYSTEM "limits.sgml"> <!ENTITY limits SYSTEM "limits.sgml">
<!ENTITY acronyms SYSTEM "acronyms.sgml"> <!ENTITY acronyms SYSTEM "acronyms.sgml">
<!ENTITY glossary SYSTEM "glossary.sgml">
<!ENTITY color SYSTEM "color.sgml"> <!ENTITY color SYSTEM "color.sgml">
<!ENTITY features-supported SYSTEM "features-supported.sgml"> <!ENTITY features-supported SYSTEM "features-supported.sgml">

1775
doc/src/sgml/glossary.sgml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -278,6 +278,7 @@
&docguide; &docguide;
&limits; &limits;
&acronyms; &acronyms;
&glossary;
&color; &color;
</part> </part>