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

From Kevin Grittner
Subject Re: BUG #5342: Error
Date
Msg-id 4B839457020000250002F4EF@gw.wicourts.gov
Whole thread Raw
In response to BUG #5342: Error  ("Shilpa.R" <shilpar1800@gmail.com>)
List pgsql-bugs
"Shilpa.R" <shilpar1800@gmail.com> wrote:

> PostgreSQL version: PostgreSQL Data

That's not very informative; what do you get from running?:

select version();

> I found an error stating syntax error near or at sets in the
> following query
> select agegrp, cartype, risk, count(*) as count
> from trset
> group by risk, grouping sets ((agegrp,cartype))

I'm not familiar with "grouping sets" -- where in the PostgreSQL
documentation do you find those defined?

-Kevin

pgsql-bugs by date:

Previous
From: "Rob Dean"
Date:
Subject: BUG #5343: Documentation error for pg_dump
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: BUG #5342: Error