Describe each contrib module in its SGML section title

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: e86c8b728f3c905e5993211f6fd1d107d5a4614f
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-01-20T19:01:59Z
Releases: 16.0
Describe each contrib module in its SGML section title

The original titles only had the module name, which is not very useful
when scanning the list.  By adding a very brief description to each
title, the table of contents becomes friendlier.

Also amend the introduction in the "additional modules" appendix, using
the word "Extension" more extensively.  Nowadays, almost all contrib
modules are extensions, so this is also helpful.

Author: Karl O. Pinc <kop@karlpinc.com>
Reviewed-by: Brar Piening <brar@gmx.de>
Discussion: https://postgr.es/m/20230102180015.372995a9@slate.karlpinc.com

Files

PathChange+/−
doc/src/sgml/adminpack.sgml modified +1 −1
doc/src/sgml/amcheck.sgml modified +1 −1
doc/src/sgml/auth-delay.sgml modified +1 −1
doc/src/sgml/auto-explain.sgml modified +1 −1
doc/src/sgml/basebackup-to-shell.sgml modified +1 −1
doc/src/sgml/basic-archive.sgml modified +1 −1
doc/src/sgml/bloom.sgml modified +1 −1
doc/src/sgml/btree-gin.sgml modified +2 −2
doc/src/sgml/btree-gist.sgml modified +1 −1
doc/src/sgml/citext.sgml modified +1 −1
doc/src/sgml/contrib.sgml modified +26 −21
doc/src/sgml/contrib-spi.sgml modified +1 −1
doc/src/sgml/cube.sgml modified +1 −1
doc/src/sgml/dblink.sgml modified +1 −1
doc/src/sgml/dict-int.sgml modified +2 −1
doc/src/sgml/dict-xsyn.sgml modified +1 −1
doc/src/sgml/earthdistance.sgml modified +1 −1
doc/src/sgml/file-fdw.sgml modified +1 −1
doc/src/sgml/fuzzystrmatch.sgml modified +1 −1
doc/src/sgml/hstore.sgml modified +1 −1
doc/src/sgml/intagg.sgml modified +1 −1
doc/src/sgml/intarray.sgml modified +1 −1
doc/src/sgml/isn.sgml modified +1 −1
doc/src/sgml/lo.sgml modified +1 −1
doc/src/sgml/ltree.sgml modified +1 −1
doc/src/sgml/oldsnapshot.sgml modified +1 −1
doc/src/sgml/pageinspect.sgml modified +1 −1
doc/src/sgml/passwordcheck.sgml modified +1 −1
doc/src/sgml/pgbuffercache.sgml modified +1 −1
doc/src/sgml/pgcrypto.sgml modified +1 −1
doc/src/sgml/pgfreespacemap.sgml modified +1 −1
doc/src/sgml/pgprewarm.sgml modified +1 −1
doc/src/sgml/pgrowlocks.sgml modified +1 −1
doc/src/sgml/pgstatstatements.sgml modified +1 −1
doc/src/sgml/pgstattuple.sgml modified +1 −1
doc/src/sgml/pgsurgery.sgml modified +1 −1
doc/src/sgml/pgtrgm.sgml modified +2 −1
doc/src/sgml/pgvisibility.sgml modified +1 −1
doc/src/sgml/pgwalinspect.sgml modified +1 −1
doc/src/sgml/postgres-fdw.sgml modified +2 −1
doc/src/sgml/seg.sgml modified +1 −1
doc/src/sgml/sepgsql.sgml modified +2 −1
doc/src/sgml/sslinfo.sgml modified +1 −1
doc/src/sgml/tablefunc.sgml modified +1 −1
doc/src/sgml/tcn.sgml modified +1 −1
doc/src/sgml/test-decoding.sgml modified +1 −1
doc/src/sgml/tsm-system-rows.sgml modified +2 −1
doc/src/sgml/tsm-system-time.sgml modified +2 −1
doc/src/sgml/unaccent.sgml modified +1 −1
doc/src/sgml/uuid-ossp.sgml modified +1 −1
doc/src/sgml/xml2.sgml modified +1 −1

Documentation touched

Discussion