[PATCH] Fix return type documentation for path(polygon) function - Mailing list pgsql-docs

From Dagfinn Ilmari Mannsåker
Subject [PATCH] Fix return type documentation for path(polygon) function
Date
Msg-id 1354107831-5546-1-git-send-email-ilmari@ilmari.org
Whole thread Raw
Responses Re: [PATCH] Fix return type documentation for path(polygon) function  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
---
 doc/src/sgml/func.sgml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index f8f63d8..c8a2a14 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
          </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>
--
1.7.4.1



pgsql-docs by date:

Previous
From: Jeff Janes
Date:
Subject: Re: 8.4 doc bug for "Incrementally Updated Backups"
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Fix return type documentation for path(polygon) function