[PATCH] Fix return type documentation for path(polygon) function

From: Dagfinn Ilmari Mannsåker <ilmari(at)photobox(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: [PATCH] Fix return type documentation for path(polygon) function
Date: 2012-11-28 13:03:51
Message-ID: 1354107831-5546-1-git-send-email-ilmari@ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message aanisimov 2012-12-02 18:28:19 BUG #7722: extract(epoch from age(...)) appears to be broken
Previous Message Bruce Momjian 2012-11-26 22:36:50 Re: 8.4 doc bug for "Incrementally Updated Backups"