Re: BUG #5342: Error

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: "Shilpa(dot)R" <shilpar1800(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5342: Error
Date: 2010-02-23 14:44:17
Message-ID: 4B83E9C1.20802@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2010-02-23 16:33:49 Re: [BUGS] BUG #5021: ts_parse doesn't recognize email addresses with underscores
Previous Message Kevin Grittner 2010-02-23 14:39:51 Re: BUG #5342: Error