Re: Prevent numeric literals from having non-numeric trailing characters (Peter Eisentraut) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Prevent numeric literals from having non-numeric trailing characters (Peter Eisentraut)
Date
Msg-id e980f1c4-e5b1-48fc-b761-633b1cac0811@eisentraut.org
Whole thread Raw
In response to Prevent numeric literals from having non-numeric trailing characters (Peter Eisentraut)  (Fabrice Chapuis <fabrice636861@gmail.com>)
List pgsql-hackers
On 20.06.25 15:29, Fabrice Chapuis wrote:
> Regarding the changes made in version 15 for the traitment of the non- 
> numeric trailing characters, why does parsing continue to be permissive 
> with parentheses (no need to add a space)? Are we still in standard SQL?

Yes, a parenthesis is a "delimiter token", so there does not need to be 
a separator between it and an adjacent token.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing rm regress.def
Next
From: Jeff Davis
Date:
Subject: Re: Improve the performance of Unicode Normalization Forms.