aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-12-03 11:08:50 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-12-03 11:08:50 -0500
commitbdd5d410b7926cd135e3fa8ce31b3849e133ebe1 (patch)
tree45098e1ead1f5358cb2f8961b6aa82500385d3aa /doc/src
parentd5652e50d5669a8a4d8a282845ea6e26197ae10b (diff)
downloadpostgresql-bdd5d410b7926cd135e3fa8ce31b3849e133ebe1.tar.gz
postgresql-bdd5d410b7926cd135e3fa8ce31b3849e133ebe1.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
Diffstat (limited to 'doc/src')
-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 f8f63d89f91..c8a2a149fa8 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -7872,7 +7872,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
</indexterm>
<literal><function>path(<type>polygon</type>)</function></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>