public inbox for [email protected]  
help / color / mirror / Atom feed
[PATCH] Fix return type documentation for path(polygon) function
2+ messages / 2 participants
[nested] [flat]

* [PATCH] Fix return type documentation for path(polygon) function
@ 2012-11-28 13:03  =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= @ 2012-11-28 13:03 UTC (permalink / raw)
  To: 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



-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [PATCH] Fix return type documentation for path(polygon) function
@ 2012-12-03 16:10  Tom Lane <[email protected]>
  parent: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tom Lane @ 2012-12-03 16:10 UTC (permalink / raw)
  To: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <[email protected]>; +Cc: pgsql-docs

"=?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?=" <[email protected]> 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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2012-12-03 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2012-11-28 13:03 [PATCH] Fix return type documentation for path(polygon) function =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <[email protected]>
2012-12-03 16:10 ` Tom Lane <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox