Re: BUG #5342: Error - Mailing list pgsql-bugs

From Euler Taveira de Oliveira
Subject Re: BUG #5342: Error
Date
Msg-id 4B83E9C1.20802@timbira.com
Whole thread Raw
In response to BUG #5342: Error  ("Shilpa.R" <shilpar1800@gmail.com>)
List pgsql-bugs
Shilpa.R escreveu:
> select agegrp, cartype, risk, count(*) as count
> from trset
> group by risk, grouping sets ((agegrp,cartype))
>
This is not a bug. If you had searched the fine manual, you would figure out
that grouping sets is not supported by PostgreSQL yet.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5342: Error
Next
From: Tom Lane
Date:
Subject: Re: BUG #5343: Documentation error for pg_dump