Fix documentation of path(polygon) function.
authorTom Lane <[email protected]>
Mon, 3 Dec 2012 16:09:16 +0000 (11:09 -0500)
committerTom Lane <[email protected]>
Mon, 3 Dec 2012 16:09:16 +0000 (11:09 -0500)
Obviously, this returns type "path", but somebody made a copy-and-pasteo
long ago.

Dagfinn Ilmari MannsÃ¥ker

doc/src/sgml/func.sgml

index d90ba94b4ed32f3ef2926c440310f66379e97aaa..48666dfdfd045373edb87cd06990af84beba2ea3 100644 (file)
@@ -7237,7 +7237,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>