From bdd5d410b7926cd135e3fa8ce31b3849e133ebe1 Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Mon, 3 Dec 2012 11:08:50 -0500
Subject: Fix documentation of path(polygon) function.
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(-)
(limited to 'doc/src/sgml')
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index f8f63d89f91..c8a2a149fa8 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -7872,7 +7872,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))')
--
cgit v1.2.3