From 17164ccdf870318bd157dff0835781fe6b40735c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 3 Dec 2012 11:09:04 -0500 Subject: [PATCH] Fix documentation of path(polygon) function. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Obviously, this returns type "path", but somebody made a copy-and-pasteo long ago. Dagfinn Ilmari Mannsåker --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8fad06f0da..db7c56b978 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -7497,7 +7497,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))') -- 2.50.0