Re: More new SQL/JSON item methods

Поиск
Список
Период
Сортировка
Искать
От
Alvaro Herrera
Тема
Re: More new SQL/JSON item methods
Дата
Msg-id
20230830162836.6oewfb2d7kz3lmus@alvherre.pgsql
Ответ на
Список
Дерево обсуждения
More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Peter Eisentraut <peter@eisentraut.org>
Re: More new SQL/JSON item methods jian he <jian.universality@gmail.com>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Peter Eisentraut <peter@eisentraut.org>
Re: More new SQL/JSON item methods Peter Eisentraut <peter@eisentraut.org>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Peter Eisentraut <peter@eisentraut.org>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Peter Eisentraut <peter@eisentraut.org>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Tom Lane <tgl@sss.pgh.pa.us>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Tom Lane <tgl@sss.pgh.pa.us>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Tom Lane <tgl@sss.pgh.pa.us>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: More new SQL/JSON item methods Tom Lane <tgl@sss.pgh.pa.us>
Re: More new SQL/JSON item methods Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: More new SQL/JSON item methods Tom Lane <tgl@sss.pgh.pa.us>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: More new SQL/JSON item methods Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Andrew Dunstan <andrew@dunslane.net>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: More new SQL/JSON item methods Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: More new SQL/JSON item methods Peter Eisentraut <peter@eisentraut.org>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods jian he <jian.universality@gmail.com>
Re: More new SQL/JSON item methods Chapman Flack <chap@anastigmatix.net>
Re: More new SQL/JSON item methods Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: More new SQL/JSON item methods Chapman Flack <chap@anastigmatix.net>
Re: More new SQL/JSON item methods Vik Fearing <vik@postgresfriends.org>
Re: More new SQL/JSON item methods Chapman Flack <chap@anastigmatix.net>
Re: More new SQL/JSON item methods Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: More new SQL/JSON item methods Chapman Flack <chap@anastigmatix.net>
On 2023-Aug-30, Chapman Flack wrote:

> Hi,
> 
> On 2023-08-29 03:05, Jeevan Chalke wrote:
> > This commit implements jsonpath .bigint(), .integer(), and .number()
> > ---
> > This commit implements jsonpath .date(), .time(), .time_tz(),
> > .timestamp(), .timestamp_tz() methods.
> > ---
> > This commit implements jsonpath .boolean() and .string() methods.
> 
> Writing as an interested outsider to the jsonpath spec, my first
> question would be, is there a published jsonpath spec independent
> of PostgreSQL, and are these methods in it, and are the semantics
> identical?

Looking at the SQL standard itself, in the 2023 edition section 9.46
"SQL/JSON path language: syntax and semantics", it shows this:

 ::=
type  
| size  
| double  
| ceiling  
| floor  
| abs  
| datetime  [  ] 
| keyvalue  
| bigint  
| boolean  
| date  
| decimal  [  [   ] ] 
| integer  
| number  
| string  
| time  [ 
В списке pgsql-hackers по дате отправления
От: Matthias van de Meent
Дата:
Сообщение: Re: Disabling Heap-Only Tuples
От: Денис Смирнов
Дата:
FAQ