From: Tom Lane Date: Mon, 3 Dec 2012 16:09:16 +0000 (-0500) Subject: Fix documentation of path(polygon) function. X-Git-Tag: REL8_3_22~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f46d67f7ecf1d6e0d53280d1a4d8f9eb3b52fb8;p=thirdparty%2Fpostgresql.git 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 d90ba94b4ed..48666dfdfd0 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -7237,7 +7237,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))')