BUG #16511: Using '= all ( )' with empty table returns true

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16511: Using '= all ( )' with empty table returns true
Дата
Msg-id 16511-ca1a7368d7453b7b@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16511: Using '= all ( )' with empty table returns true  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16511
Logged by:          Anton Luhavy
Email address:      anton.lugovoy.hopni@gmail.com
PostgreSQL version: 10.7
Operating system:   MacOS
Description:

Given table is "task" (id uuid primary key, status text not null),
Query "select 'b' = all (select status from task where status = 'a')"
returns true if table "task" is empty


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

Предыдущее
От: Pierre Mantha
Дата:
Сообщение: Re: BUG #16509: Unable to change from 32 bit to 64 bit
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16511: Using '= all ( )' with empty table returns true