Re: GROUP BY column alias?

From: Lew <noone(at)lwsc(dot)ehost-services(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: GROUP BY column alias?
Date: 2010-02-19 03:34:26
Message-ID: hll0s4$aof$1@news.albasani.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Bailey wrote:
>> SQL name resolution rules are that column names
>> have higher precedence than aliases and variables.
>> So it will always bind to the column not the alias.

Eric B. Ridge wrote:
> That explains it. Thanks. Breaks the rule of least surprise, but it is SQL.

I don't think it does break the rule of least surprise. How would one expect
the column or the alias to have precedence without knowledge of the rule from
documentation? The only thing I would expect if I were unaware of the rule is
that there might be a conflict and that I'd have to look up the precedence.

--
Lew

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jayadevan M 2010-02-19 03:46:14 Re: Doubts about oid
Previous Message Tatsuo Ishii 2010-02-19 00:26:54 Re: pgpool error, pid not found!