RFE: Alises in WHERE clauses - Mailing list pgadmin-support

From Daniel Serodio (lists)
Subject RFE: Alises in WHERE clauses
Date
Msg-id 5057870F.30800@mandic.com.br
Whole thread Raw
Responses Re: RFE: Alises in WHERE clauses  (Raymond O'Donnell <rod@iol.ie>)
List pgadmin-support
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?

Thanks in advance,
Daniel Serodio




pgadmin-support by date:

Previous
From: Doug Easterbrook
Date:
Subject: Re: server status window - query is not clearing one SQL is finished (change in behaviour)
Next
From: Raymond O'Donnell
Date:
Subject: Re: RFE: Alises in WHERE clauses