pgsql: Doc: minor improvements for section 11.2 "Index Types". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: minor improvements for section 11.2 "Index Types".
Date
Msg-id E1ki05o-0004Ml-8R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: minor improvements for section 11.2 "Index Types".

Break the per-index-type discussions into <sect2>'s so as to make
them more visually separate and easier to find.  Improve the markup,
and make a couple of small wording adjustments.

This also fixes one stray reference to the now-deprecated point
operators <^ and >^.

Dagfinn Ilmari Mannsåker, reviewed by David Johnston and Jürgen Purtz

Discussion: https://postgr.es/m/877dukhvzg.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85b4ba73423b480902206ca04330c1cbea371c3c

Modified Files
--------------
doc/src/sgml/indices.sgml | 126 +++++++++++++++++++++++++---------------------
1 file changed, 70 insertions(+), 56 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid spamming the client with multiple ParameterStatus messages
Next
From: Tom Lane
Date:
Subject: pgsql: In psql's \d commands, don't truncate attribute default values.