pgsql: doc: Fix network_ops -> inet_ops in SpGiST operator class list

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix network_ops -> inet_ops in SpGiST operator class list
Date: 2023-01-25 11:02:25
Message-ID: E1pKdXs-005P49-Sv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix network_ops -> inet_ops in SpGiST operator class list

network_ops is an opclass family of SpGiST, and the opclass able to
work on the inet type is named inet_ops.

Oversight in 7a1cd52, that reworked the design of the table listing all
the operators available.

Reported-by: Laurence Parry
Reviewed-by: Tom Lane, David G. Johnston
Discussion: https://postgr.es/m/167458110639.2667300.14741268666497110766@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e9774151c27868ebec08259f3698ebdb321138c4

Modified Files
--------------
doc/src/sgml/spgist.sgml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-25 16:48:42 pgsql: Avoid type cheats for invalid dsa_handles and dshash_table_handl
Previous Message Michael Paquier 2023-01-25 05:37:17 pgsql: Rename contrib module basic_archive to basic_wal_module