Re: GROUP BY column alias? - Mailing list pgsql-general

From Lew
Subject Re: GROUP BY column alias?
Date
Msg-id hll0s4$aof$1@news.albasani.net
Whole thread Raw
In response to Re: GROUP BY column alias?  ("Eric B. Ridge" <ebr@tcdi.com>)
Responses Re: GROUP BY column alias?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-general by date:

Previous
From: Jayadevan M
Date:
Subject: Re: Doubts about oid
Next
From: Tom Lane
Date:
Subject: Re: GROUP BY column alias?