[PATCH] Fix return type documentation for path(polygon) function
Started by Dagfinn Ilmari Mannsåkerover 13 years ago2 messagesdocs
---
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
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Re: [PATCH] Fix return type documentation for path(polygon) function
"=?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?=" <ilmari@photobox.com> writes:
<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>
Applied, thanks for catching it.
regards, tom lane
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs