pgsql: Doc: de-document unimplemented geometric operators.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: de-document unimplemented geometric operators.
Date: 2021-12-13 22:49:58
Message-ID: E1mwu8s-0007qd-5O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-12-13 23:08:44 pgsql: Remove unimplemented/undocumented geometric functions & operator
Previous Message Tom Lane 2021-12-13 22:33:40 pgsql: Implement poly_distance().