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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dagfinn Ilmari Mannsåker <ilmari(at)photobox(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: [PATCH] Fix return type documentation for path(polygon) function
Date: 2012-12-03 16:10:09
Message-ID: 14553.1354551009@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

"=?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?=" <ilmari(at)photobox(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2012-12-04 02:17:00 Re: BUG #7722: extract(epoch from age(...)) appears to be broken
Previous Message Alvaro Herrera 2012-12-03 06:05:57 Re: BUG #7722: extract(epoch from age(...)) appears to be broken