Re: Syntax bug? Group by?

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Mark Woodward <pgsql(at)mohawksoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Syntax bug? Group by?
Date: 2006-10-17 16:08:07
Message-ID: 20061017160807.GS24675@kenobi.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Mark Woodward (pgsql(at)mohawksoft(dot)com) wrote:
> If I am asking for a specific column value, should I, technically
> speaking, need to group by that column?

Technically speaking, if you're asking for a specific tuple, should you
be allowed to request an aggregation?

Thanks,

Stephen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2006-10-17 16:47:21 Re: Syntax bug? Group by?
Previous Message Martijn van Oosterhout 2006-10-17 15:36:17 Re: hacking postgres hashjoin algorithm