BUG #14016: Incomplete documentation of IN subquery expression

Поиск
Список
Период
Сортировка
От manlio.perillo@gmail.com
Тема BUG #14016: Incomplete documentation of IN subquery expression
Дата
Msg-id 20160311163928.6674.94707@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #14016: Incomplete documentation of IN subquery expression  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14016
Logged by:          Manlio Perillo
Email address:      manlio.perillo@gmail.com
PostgreSQL version: 9.5.1
Operating system:   Linux
Description:

At the end of the documentation for VALUE (sql-values.html), there is the
following tip:
"For simple IN tests, it's better to rely on the list-of-scalars form of IN
than to write a VALUES query as shown above"

However there is no reference to the "list-of-scalars" forms of IN, in the
functions-subquery.html page.  It is only reported that the supported syntax
is "expression IN (subquery)"

The reference was available in an old version (7.3), where the manual
documented both the scalar form and sub query form:
"expression IN (value[, ...])"

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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: BUG #13440: unaccent does not remove all diacritics
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #14016: Incomplete documentation of IN subquery expression