]> granicus.if.org Git - postgresql/commitdiff
Fix documentation of path(polygon) function.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2012 16:08:54 +0000 (11:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2012 16:08:54 +0000 (11:08 -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 6447353a3c5b577f6fcf8295e51758c8c067fd20..1ede34d71cad98bbabaabec51304ff5ad52c46b3 100644 (file)
@@ -7870,7 +7870,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>