trailing junk in numeric literals - Mailing list pgsql-hackers

From Peter Eisentraut
Subject trailing junk in numeric literals
Date
Msg-id dbe98a03-a356-8f62-dad5-e6dc296ee464@enterprisedb.com
Whole thread Raw
Responses Re: trailing junk in numeric literals
List pgsql-hackers
I was surprised to find that this doesn't error:

=> select 100a;
   a
-----
  100

I suspect this and similar cases used to error before aliases without AS 
were introduced.  But now this seems possibly problematic.  Should we 
try to handle this better?



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Better client reporting for "immediate stop" shutdowns
Next
From: Tom Lane
Date:
Subject: Re: trailing junk in numeric literals