]> granicus.if.org Git - postgresql/commitdiff
Fix documentation of path(polygon) function.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2012 16:09:04 +0000 (11:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2012 16:09:04 +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 8fad06f0da18dfdd9fe5987a43572b7d915ad61b..db7c56b9782e7d309a90b6c6066b67c54afbcfb8 100644 (file)
@@ -7497,7 +7497,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
        </row>
        <row>
         <entry><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>