Doc: de-document unimplemented geometric operators.
authorTom Lane
Mon, 13 Dec 2021 22:49:36 +0000 (17:49 -0500)
committerTom Lane
Mon, 13 Dec 2021 22:49:36 +0000 (17:49 -0500)
In commit 791090bd7, I made an effort to fill in documentation
for all geometric operators listed in pg_operator.  However,
it now appears that at least some of the omissions may have been
intentional, because some of those operator entries point at
unimplemented stub functions.  Remove those from the docs again.

(In HEAD, poly_distance stays, because c5c192d7b just added an
implementation for it.)

Per complaint from Anton Voloshin.

Discussion: https://postgr.es/m/3426566.1638832718@sss.pgh.pa.us

doc/src/sgml/func.sgml

index 0a725a671177eb0233ef26461ef543c776a264d3..5801299b2778d6275856be884f1de7e2e9633b30 100644 (file)
@@ -10976,7 +10976,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
        
        
         Computes the center point.
-        Available for boxlseg, path,
+        Available for boxlseg,
         polygoncircle.
        
        
@@ -11042,8 +11042,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
         (pointline),
         (lsegbox),
         (lseglseg),
-        (lsegline),
-        (linebox),
         (linelseg).
        
        
@@ -11063,7 +11061,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
         of point with another geometric type, and for
         these additional pairs of types:
         (boxlseg),
-        (boxline),
         (lsegline),
         (polygoncircle)
         (and the commutator cases).