Doc: Remove mention of @ and ~ GiST operators
authorDaniel Gustafsson
Fri, 19 Apr 2024 12:50:10 +0000 (14:50 +0200)
committerDaniel Gustafsson
Fri, 19 Apr 2024 12:50:10 +0000 (14:50 +0200)
These operators were removed by 2f70fdb0644c in the v14 cycle but they were
accidentally left in the table of build-in operator classes. Backpatch down
to v14 where the operators where removed.

Author: Aleksander Alekseev 
Reported-by: Colin Caine
Discussion: https://postgr.es/m/CADwQTQbbr2UQ_fpbyc+8ay=RwEYgYk=TZxH3+RHDqAQfoG+EWA@mail.gmail.com
Backpatch-through: v14

doc/src/sgml/gist.sgml

index 3f7df103b8302b1e374f491eb0fee4f15f3b9d78..dcf9433fa786f962480bc063685ddc3bbb32c76e 100644 (file)
@@ -66,9 +66,9 @@
     
     
      
-      3">box_ops
+      1">box_ops
       << (box, box)
-      3"><-> (box, point)
+      1"><-> (box, point)
      
      &< (box, box)
      && (box, box)
      <<| (box, box)
      |>> (box, box)
      |&> (box, box)
-     ~ (box, box)
-     @ (box, box)
 
      
-      3">circle_ops
+      1">circle_ops
       << (circle, circle)
-      3"><-> (circle, point)
+      1"><-> (circle, point)
      
      &< (circle, circle)
      &> (circle, circle)
      <<| (circle, circle)
      &<| (circle, circle)
      |&> (circle, circle)
-     @ (circle, circle)
-     ~ (circle, circle)
 
      
       inet_ops
      <@ (point, circle)
 
      
-      3">poly_ops
+      1">poly_ops
       << (polygon, polygon)
-      3"><-> (polygon, point)
+      1"><-> (polygon, point)
      
      &< (polygon, polygon)
      &> (polygon, polygon)
      &<| (polygon, polygon)
      |&> (polygon, polygon)
      |>> (polygon, polygon)
-     @ (polygon, polygon)
-     ~ (polygon, polygon)
 
      
       range_ops