BUG #14079: Issues with query - Mailing list pgsql-bugs

The following bug has been logged on the website:

Bug reference:      14079
Logged by:          Hector Bejarano
Email address:      [email protected]
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.

pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] BUG #13854: SSPI authentication failure: wrong realm name used
Next
From: Phillip Couto
Date:
Subject: Re: BUG #14079: Issues with query