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

From Tom Lane
Subject Re: [PATCH] Fix return type documentation for path(polygon) function
Date
Msg-id 14553.1354551009@sss.pgh.pa.us
Whole thread Raw
In response to [PATCH] Fix return type documentation for path(polygon) function  ("Dagfinn Ilmari Mannsåker" <ilmari@photobox.com>)
List pgsql-docs
"=?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


pgsql-docs by date:

Previous
From: "Dagfinn Ilmari Mannsåker"
Date:
Subject: [PATCH] Fix return type documentation for path(polygon) function
Next
From: 劉維毅
Date:
Subject: Excuse me! Could i to ask a question?