Re: IN and ANY

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: IN and ANY
Дата
Msg-id 4196.1078264447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: IN and ANY  (Joe Conway <mail@joeconway.com>)
Ответы Re: IN and ANY  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> But then we need to decide, what happens when we see:
>    argL IN (argR1, argR2, ...)
> and argRn data type is an array of argL data type? Do we check all the 
> argRn elements individually and return true if any of them equal argL? 
> I'd guess so.

This seems like an awfully mistake-prone "feature", even if it's
theoretically not ambiguous.  I think we should leave things as they
are.  We'd not be adding any actual functionality, only some notational
consistency, and that doesn't seem worth the risk of confusion as to
exactly what IN will do.

[ wanders away trying to remember that quote about "foolish consistency" ]
        regards, tom lane


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: IN and ANY
Следующее
От: Joe Conway
Дата:
Сообщение: Re: IN and ANY