Re: BUG #12556: Clause IN and NOT IN buggy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #12556: Clause IN and NOT IN buggy
Дата
Msg-id 6445.1421341526@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #12556: Clause IN and NOT IN buggy  (kevin.perais@trivia-marketing.com)
Ответы Re: BUG #12556: Clause IN and NOT IN buggy  (Kevin Perais <kevin.perais@trivia-marketing.com>)
Список pgsql-bugs
kevin.perais@trivia-marketing.com writes:
> I've been noticing several times that clauses IN and NOT IN are often buggy.

None of your examples demonstrate any such thing.  What's much more likely
is that you've forgotten about NOT IN's weird (but spec-mandated) behavior
with NULLs, and/or misspelled a field name so that the output of the
sub-SELECT is actually an outer reference.

> I'll show you 2 concrete cases to illustrate that.

My idea of a "concrete case" would be something that someone else could
reproduce from the given information, which would certainly require test
data.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] BUG #12070: hstore extension: hstore_to_json_loose produces invalid JSON
Следующее
От: Josh Berkus
Дата:
Сообщение: Partial indexes on VARCHAR get double converted from text