]> 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:11 +0000 (11:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2012 16:09:11 +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 59547a6a50f3035498f78a254921653233eb0973..712fc2fd8a91cded1d31ef52b9617ea12f4ee3ca 100644 (file)
@@ -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>