Обсуждение: pgsql: docs: Merge separate chapters on built-in index AMs into one.

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

pgsql: docs: Merge separate chapters on built-in index AMs into one.

От
Robert Haas
Дата:
docs: Merge separate chapters on built-in index AMs into one.

The documentation index is getting very long, which makes it hard
to find things. Since these chapters are all very similar in structure
and content, merging them is a natural way of reducing the size of
the toplevel index.

Rather than actually combining all of the SGML into a single file,
keep one file per <sect1>, and add a glue file that includes all
of them.

Discussion: http://postgr.es/m/CA+Tgmob7_uoYuS2=rVwpVXaRwP-UXz+++saYTC-BCZ42QzSNKQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe8eaa54420cbb384bd5ad179495bb9774b6b48f

Modified Files
--------------
doc/src/sgml/brin.sgml       | 22 +++++++++++-----------
doc/src/sgml/btree.sgml      | 32 ++++++++++++++++----------------
doc/src/sgml/filelist.sgml   |  1 +
doc/src/sgml/gin.sgml        | 40 ++++++++++++++++++++--------------------
doc/src/sgml/gist.sgml       | 28 ++++++++++++++--------------
doc/src/sgml/hash.sgml       | 12 ++++++------
doc/src/sgml/indextypes.sgml | 13 +++++++++++++
doc/src/sgml/postgres.sgml   |  7 +------
doc/src/sgml/spgist.sgml     | 36 ++++++++++++++++++------------------
9 files changed, 100 insertions(+), 91 deletions(-)