cube grouping - Mailing list pgsql-docs

From PG Doc comments form
Subject cube grouping
Date
Msg-id 155618982099.1368.1132436747930196861@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/queries-table-expressions.html
Description:

in the above example it seems as though the result 
CUBE(a,(b,c),d)
GROUPING SETS (
    ( a, b, c, d ),
    ( a, b, c    ),
    ( a          ),
    (            )
)

should include   (    b, c, d )

pgsql-docs by date:

Previous
From: Joe Conway
Date:
Subject: Re: SET ROLE documentation not entirely correct
Next
From: Steven Winfield
Date:
Subject: RE: SET ROLE documentation not entirely correct