doc: Rework tables for built-in operator classes of index AMs
authorMichael Paquier <[email protected]>
Fri, 28 Aug 2020 07:54:59 +0000 (16:54 +0900)
committerMichael Paquier <[email protected]>
Fri, 28 Aug 2020 07:54:59 +0000 (16:54 +0900)
commit7a1cd5260aa20bc13aec8960a57904b5623d1830
tree7498c3ce495e972fed2fc3130da338c52c26a987
parent42aaed60c83ff51aa736f50ad96e43653fc539da
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[email protected]
doc/src/sgml/brin.sgml
doc/src/sgml/gin.sgml
doc/src/sgml/gist.sgml
doc/src/sgml/spgist.sgml