BUG #18758: Incorrect query result caused by ROLLUP operation - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18758: Incorrect query result caused by ROLLUP operation
Date
Msg-id 18758-7bbeea9719044a29@postgresql.org
Whole thread Raw
Responses Re: BUG #18758: Incorrect query result caused by ROLLUP operation
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18758
Logged by:          Pisces Mar.
Email address:      vectorplanck@gmail.com
PostgreSQL version: 17.2
Operating system:   window10
Description:

create table t1 (c1 char(50));
create table t2 (c1 integer);
select  t1.c1 from t2, t1 group by rollup(t1.c1); -- actual: {null},
expected: {}


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18757: string_agg function(text, text) design issue
Next
From: PG Bug reporting form
Date:
Subject: BUG #18759: Missing files