From e9774151c27868ebec08259f3698ebdb321138c4 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 25 Jan 2023 20:00:46 +0900 Subject: [PATCH] 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 --- doc/src/sgml/spgist.sgml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 00432512de..102f8627bd 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -91,18 +91,7 @@ |>> (box,box) - kd_point_ops - |>> (point,point) - <-> (point,point) - - << (point,point) - >> (point,point) - <<| (point,point) - ~= (point,point) - <@ (point,box) - - - network_ops + inet_ops << (inet,inet) @@ -117,6 +106,17 @@ >= (inet,inet) && (inet,inet) + + kd_point_ops + |>> (point,point) + <-> (point,point) + + << (point,point) + >> (point,point) + <<| (point,point) + ~= (point,point) + <@ (point,box) + poly_ops << (polygon,polygon)