BUG #13918: Simple query with Having clause returns incorrect results

Поиск
Список
Период
Сортировка
От tarasbob@gmail.com
Тема BUG #13918: Simple query with Having clause returns incorrect results
Дата
Msg-id 20160204221323.2780.14702@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13918: Simple query with Having clause returns incorrect results
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13918
Logged by:          Taras Bobrovytsky
Email address:      tarasbob@gmail.com
PostgreSQL version: 9.3.10
Operating system:   Ubuntu
Description:

The following query incorrectly returns 1 row instead of 0:

SELECT 1
FROM some_table
WHERE FALSE
HAVING TRUE

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

Предыдущее
От: xtracoder@gmail.com
Дата:
Сообщение: BUG #13936: jsonb_object() -> ERROR: unknown type of jsonb container
Следующее
От: bear2k@mail.ru
Дата:
Сообщение: BUG #13935: Duplicate row in pg_constraint table which is not accessible via indexes