cube grouping

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: ahmete60(at)gmail(dot)com
Subject: cube grouping
Date: 2019-04-25 10:57:00
Message-ID: 155618982099.1368.1132436747930196861@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 )

Browse pgsql-docs by date

  From Date Subject
Next Message Steven Winfield 2019-04-25 15:25:34 RE: SET ROLE documentation not entirely correct
Previous Message Joe Conway 2019-04-24 19:23:19 Re: SET ROLE documentation not entirely correct