8000 Fix documentation of path(polygon) function. · danielcode/postgres@6a8b998 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a8b998

Browse files
committed
Fix documentation of path(polygon) function.
Obviously, this returns type "path", but somebody made a copy-and-pasteo long ago. Dagfinn Ilmari Mannsåker
1 parent 562fca7 commit 6a8b998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7870,7 +7870,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
78707870
</indexterm>
78717871
<literal><function>path(<type>polygon</type>)</function></literal>
78727872
</entry>
7873-
<entry><type>point</type></entry>
7873+
<entry><type>path</type></entry>
78747874
<entry>polygon to path</entry>
78757875
<entry><literal>path(polygon '((0,0),(1,1),(2,0))')</literal></entry>
78767876
</row>

0 commit comments

Comments
 (0)
0