Skip to content

Commit 922b23c

Browse files
committed
Doc: de-document unimplemented geometric operators.
In commit 791090b, 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 c5c192d just added an implementation for it.) Per complaint from Anton Voloshin. Discussion: https://postgr.es/m/3426566.1638832718@sss.pgh.pa.us
1 parent c5c192d commit 922b23c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10976,7 +10976,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
1097610976
</para>
1097710977
<para>
1097810978
Computes the center point.
10979-
Available for <type>box</type>, <type>lseg</type>, <type>path</type>,
10979+
Available for <type>box</type>, <type>lseg</type>,
1098010980
<type>polygon</type>, <type>circle</type>.
1098110981
</para>
1098210982
<para>
@@ -11042,8 +11042,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
1104211042
(<type>point</type>, <type>line</type>),
1104311043
(<type>lseg</type>, <type>box</type>),
1104411044
(<type>lseg</type>, <type>lseg</type>),
11045-
(<type>lseg</type>, <type>line</type>),
11046-
(<type>line</type>, <type>box</type>),
1104711045
(<type>line</type>, <type>lseg</type>).
1104811046
</para>
1104911047
<para>
@@ -11063,7 +11061,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
1106311061
of <type>point</type> with another geometric type, and for
1106411062
these additional pairs of types:
1106511063
(<type>box</type>, <type>lseg</type>),
11066-
(<type>box</type>, <type>line</type>),
1106711064
(<type>lseg</type>, <type>line</type>),
1106811065
(<type>polygon</type>, <type>circle</type>)
1106911066
(and the commutator cases).

0 commit comments

Comments
 (0)