pgsql: Doc: de-document unimplemented geometric operators. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: de-document unimplemented geometric operators.
Date
Msg-id E1mwu8s-0007qd-5O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a80fd2ae4cd4058b745959de1092f73810077779

Modified Files
--------------
doc/src/sgml/func.sgml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Implement poly_distance().
Next
From: Tom Lane
Date:
Subject: pgsql: Remove unimplemented/undocumented geometric functions & operator