Re: Disabling inferred "group by" columns in 9.1?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Evan D(dot) Hoffman" <evandhoffman(at)gmail(dot)com>
Cc: Postgresql Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Disabling inferred "group by" columns in 9.1?
Date: 2012-10-11 18:38:32
Message-ID: 24317.1349980712@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Evan D. Hoffman" <evandhoffman(at)gmail(dot)com> writes:
> Is there any way to disable the guessing of missing columns in a
> group-by (the feature added in 9.1)?

Why would you want to do that? There's no "guessing" involved: the
behavior is always correct, and it is required by the SQL standard.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Evan D. Hoffman 2012-10-11 18:54:19 Re: Disabling inferred "group by" columns in 9.1?
Previous Message Mike Christensen 2012-10-11 17:02:28 Re: moving from MySQL to pgsql