9.5.2: "sql" as reserved word? - Mailing list pgsql-hackers

From Marc Mamin
Subject 9.5.2: "sql" as reserved word?
Date
Msg-id B6F6FD62F2624C4C9916AC0175D56D8842135343@jenmbs01.ad.intershop.net
Whole thread Raw
Responses Re: 9.5.2: "sql" as reserved word?  (Robert Haas <robertmhaas@gmail.com>)
Re: 9.5.2: "sql" as reserved word?  (Kevin Grittner <kgrittn@gmail.com>)
List pgsql-hackers
Hello,
 
This query is working in 9.4.x, but not in 9.5.2:
 
select 'x' sql;
 
ERROR:  syntax error at or near "sql"
LINE 1: select 'x' sql;
 
 
Is this expected or a known issue?
I could neither find any hint about it in the incompatibility list of the 9.5 release notes,
nor is "sql" listed as reserved keyword.
 
 
 
best regards,
 
Marc Mamin
 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Naming of new tsvector functions
Next
From: Amit Kapila
Date:
Subject: Re: Is pg_control file crashsafe?