trailing junk in numeric literals

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема trailing junk in numeric literals
Дата
Msg-id dbe98a03-a356-8f62-dad5-e6dc296ee464@enterprisedb.com
обсуждение исходный текст
Ответы Re: trailing junk in numeric literals  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Better client reporting for "immediate stop" shutdowns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: trailing junk in numeric literals