From 73ae168ef52931f50ece40a43e10829733d0cf62 Mon Sep 17 00:00:00 2001 From: Aleksander Alekseev Date: Fri, 19 Apr 2024 13:13:26 +0300 Subject: [PATCH v1] Remove mention of @ and ~ operators These operators were removed by 2f70fdb0644c back in 2020 but section "Built-in Operator Classes" was still mentioning them. Aleksander Alekseev, reported by Colin Caine, reviewed by TODO FIXME Discussion: https://postgr.es/m/CADwQTQbbr2UQ_fpbyc%2B8ay%3DRwEYgYk%3DTZxH3%2BRHDqAQfoG%2BEWA%40mail.gmail.com --- doc/src/sgml/gist.sgml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 3f7df103b8..dcf9433fa7 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -66,9 +66,9 @@ - box_ops + box_ops << (box, box) - <-> (box, point) + <-> (box, point) &< (box, box) && (box, box) @@ -81,13 +81,11 @@ <<| (box, box) |>> (box, box) |&> (box, box) - ~ (box, box) - @ (box, box) - circle_ops + circle_ops << (circle, circle) - <-> (circle, point) + <-> (circle, point) &< (circle, circle) &> (circle, circle) @@ -100,8 +98,6 @@ <<| (circle, circle) &<| (circle, circle) |&> (circle, circle) - @ (circle, circle) - ~ (circle, circle) inet_ops @@ -156,9 +152,9 @@ <@ (point, circle) - poly_ops + poly_ops << (polygon, polygon) - <-> (polygon, point) + <-> (polygon, point) &< (polygon, polygon) &> (polygon, polygon) @@ -171,8 +167,6 @@ &<| (polygon, polygon) |&> (polygon, polygon) |>> (polygon, polygon) - @ (polygon, polygon) - ~ (polygon, polygon) range_ops -- 2.44.0