The following bug has been logged on the website:
Bug reference: 14079
Logged by: Hector Bejarano
Email address: hector.bejarano@gmail.com
PostgreSQL version: 9.5.0
Operating system: Ubuntu 14
Description:
This query works:
select 1 as a
But this one fails:
select 1 as a where a = 1
And I think they should both work.
Regards,
Hector.