Re: Array function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Array function
Дата
Msg-id 4282.1099280447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Array function  (David Fetter <david@fetter.org>)
Ответы Re: Array function  (David Fetter <david@fetter.org>)
Список pgsql-docs
David Fetter <david@fetter.org> writes:
> Here's a little addition to the array functions & operators section of
> the manual.  It adds a function array() to the list.

The ARRAY() construct isn't really a function; it is a special syntax
documented in Array Constructors,
http://developer.postgresql.org/docs/postgres/sql-expressions.html#SQL-SYNTAX-ARRAY-CONSTRUCTORS

The addition you propose is misleading, because it would lead people to
expect to find array() in the output of \df, for example.  It might be
reasonable to put in some kind of "see also" cross-reference in the
array functions section, but we shouldn't list array() as though it were
just like every other function in the section.

            regards, tom lane

В списке pgsql-docs по дате отправления:

Предыдущее
От: Alvaro Herrera Munoz
Дата:
Сообщение: Re: Translators wanted for 8.0 Release
Следующее
От: David Fetter
Дата:
Сообщение: Re: Array function