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

From Michael Paquier
Subject pgsql: doc: Rework tables for built-in operator classes of index AMs
Date
Msg-id E1kBZGN-0002V0-CK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: passwordcheck: Log cracklib diagnostics
Next
From: Michael Paquier
Date:
Subject: pgsql: Reset indisreplident for an invalid index in DROP INDEX CONCURRE