The following bug has been logged on the website:
Bug reference: 16511
Logged by: Anton Luhavy
Email address: anton(dot)lugovoy(dot)hopni(at)gmail(dot)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