Doc: de-document unimplemented geometric operators.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a80fd2ae4cd4058b745959de1092f73810077779
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-12-13T22:49:36Z
Releases: 14.2
Doc: de-document unimplemented geometric operators.

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

Files

PathChange+/−
doc/src/sgml/func.sgml modified +3 −5

Documentation touched

Discussion