Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit922b23c

Browse files
committed
Doc: de-document unimplemented geometric operators.
In commit791090b, I made an effort to fill in documentationfor all geometric operators listed in pg_operator. However,it now appears that at least some of the omissions may have beenintentional, because some of those operator entries point atunimplemented stub functions. Remove those from the docs again.(In HEAD, poly_distance stays, becausec5c192d just added animplementation for it.)Per complaint from Anton Voloshin.Discussion:https://postgr.es/m/3426566.1638832718@sss.pgh.pa.us
1 parentc5c192d commit922b23c

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)

[8]ページ先頭

©2009-2025 Movatter.jp