pgsql: doc: Rework tables for built-in operator classes of index AMs

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Rework tables for built-in operator classes of index AMs
Date: 2020-08-28 07:57:31
Message-ID: E1kBZGN-0002V0-CK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Rework tables for built-in operator classes of index AMs

The tables listing all the operator classes available for BRIN, GIN,
GiST and SP-GiST had a confusing format where the same operator could be
listed multiple times, for different data types. This improves the
shape of these tables by adding the types associated to each operator,
for their associated operator class.

Each table included previously the data type that could be used for an
operator class in an extra column. This is removed to reduce the width
of the tables as this is now described within each operator. This also
makes the tables fit better in the PDF documentation.

Reported-by: osdba
Author: Michael Paquier
Reviewed-by: Álvaro Herrera, Tom Lane, Bruce Momjian
Discussion: https://postgr.es/m/38d55061.9604.173b32c60ec.Coremail.mailtch@163.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7a1cd5260aa20bc13aec8960a57904b5623d1830

Modified Files
--------------
doc/src/sgml/brin.sgml | 616 +++++++++++++++++++++--------------------------
doc/src/sgml/gin.sgml | 75 +++---
doc/src/sgml/gist.sgml | 225 ++++++++---------
doc/src/sgml/spgist.sgml | 202 +++++++---------
4 files changed, 504 insertions(+), 614 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-08-30 05:41:36 pgsql: Reset indisreplident for an invalid index in DROP INDEX CONCURRE
Previous Message Peter Eisentraut 2020-08-28 06:25:34 pgsql: passwordcheck: Log cracklib diagnostics