From: Tom Lane Date: Mon, 3 Dec 2012 16:08:54 +0000 (-0500) Subject: Fix documentation of path(polygon) function. X-Git-Tag: REL9_2_2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a8b9987c63bc88b3a4fd56a644d250e7113dd7f;p=postgresql Fix documentation of path(polygon) function. Obviously, this returns type "path", but somebody made a copy-and-pasteo long ago. Dagfinn Ilmari Mannsåker --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 6447353a3c..1ede34d71c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -7870,7 +7870,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple path(polygon) - point + path polygon to path path(polygon '((0,0),(1,1),(2,0))')