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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Fix return type documentation for path(polygon) function
Дата
Msg-id 14553.1354551009@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [PATCH] Fix return type documentation for path(polygon) function  ("Dagfinn Ilmari Mannsåker" <ilmari@photobox.com>)
Список 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 по дате отправления:

Предыдущее
От: "Dagfinn Ilmari Mannsåker"
Дата:
Сообщение: [PATCH] Fix return type documentation for path(polygon) function
Следующее
От: 劉維毅
Дата:
Сообщение: Excuse me! Could i to ask a question?