aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-12-03 11:09:11 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-12-03 11:09:11 -0500
commit1d48cecc318c506b08963712d7e0ce89cd7e935f (patch)
tree40b9707e12a06cfb13d60342287163b69e84bd5d
parent42720826b9d6ae974006e7cfdecafa1163192ed1 (diff)
downloadpostgresql-1d48cecc318c506b08963712d7e0ce89cd7e935f.tar.gz
postgresql-1d48cecc318c506b08963712d7e0ce89cd7e935f.zip
Fix documentation of path(polygon) function.
Obviously, this returns type "path", but somebody made a copy-and-pasteo long ago. Dagfinn Ilmari Mannsåker
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 59547a6a50f..712fc2fd8a9 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -7371,7 +7371,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
</row>
<row>
<entry><literal><function>path</function>(<type>polygon</type>)</literal></entry>
- <entry><type>point</type></entry>
+ <entry><type>path</type></entry>
<entry>polygon to path</entry>
<entry><literal>path(polygon '((0,0),(1,1),(2,0))')</literal></entry>
</row>