Re: RFE: Column aliases in WHERE clauses - Mailing list pgsql-general

From Daniel Serodio (lists)
Subject Re: RFE: Column aliases in WHERE clauses
Date
Msg-id 50579FE8.6040105@mandic.com.br
Whole thread Raw
In response to Re: RFE: Column aliases in WHERE clauses  (Ryan Kelly <rpkelly22@gmail.com>)
Responses Re: RFE: Column aliases in WHERE clauses  (Mike Christensen <mike@kitchenpc.com>)
List pgsql-general
Ryan Kelly wrote:
On Mon, Sep 17, 2012 at 06:18:53PM -0300, Daniel Serodio (lists) wrote:
It would be nice if PostgreSQL supported column aliases in WHERE
clauses, eg:

SELECT left(value, 1) AS first_letter
FROM some_table
WHERE first_letter > 'a';

Is this the proper mailing list for such feature requests?
I think this is explicitly disallowed by the spec.

And by Tom:
http://archives.postgresql.org/pgsql-general/2002-11/msg01411.php
Tom's explanation makes perfect sense, thanks for the pointer.

Regards,
Daniel Serodio

pgsql-general by date:

Previous
From: David Johnston
Date:
Subject: Re: RFE: Column aliases in WHERE clauses
Next
From: Josh Kupershmidt
Date:
Subject: Re: when was a db/schema created ?