9.5.2: "sql" as reserved word?

From: Marc Mamin <M(dot)Mamin(at)intershop(dot)de>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: 9.5.2: "sql" as reserved word?
Date: 2016-05-04 13:58:24
Message-ID: B6F6FD62F2624C4C9916AC0175D56D8842135343@jenmbs01.ad.intershop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-05-04 13:58:49 Re: Is pg_control file crashsafe?
Previous Message Tom Lane 2016-05-04 13:58:22 Re: Naming of new tsvector functions