BUG #16511: Using '= all ( )' with empty table returns true - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16511: Using '= all ( )' with empty table returns true
Date
Msg-id 16511-ca1a7368d7453b7b@postgresql.org
Whole thread Raw
Responses Re: BUG #16511: Using '= all ( )' with empty table returns true
List 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 by date:

Previous
From: Pierre Mantha
Date:
Subject: Re: BUG #16509: Unable to change from 32 bit to 64 bit
Next
From: Tom Lane
Date:
Subject: Re: BUG #16511: Using '= all ( )' with empty table returns true