SQL JSON path enhanced numeric literals

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема SQL JSON path enhanced numeric literals
Дата
Msg-id b11b25bb-6ec1-d42f-cedd-311eae59e1fb@enterprisedb.com
обсуждение исходный текст
Ответы Re: SQL JSON path enhanced numeric literals  (Vik Fearing <vik@postgresfriends.org>)
Список pgsql-hackers
Attached is a patch to add nondecimal integer literals and underscores 
in numeric literals to the SQL JSON path language.  This matches the 
recent additions to the core SQL syntax.  It follows ECMAScript in 
combination with the current SQL draft.

Internally, all the numeric literal parsing of jsonpath goes through 
numeric_in, which already supports all this, so this patch is just a bit 
of lexer work and some tests.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Non-superuser subscription owners
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: verbose mode for pg_input_error_message?