SQL/JSON: functions - Mailing list pgsql-hackers

From Nikita Glukhov
Subject SQL/JSON: functions
Date
Msg-id cd0bb935-0158-78a7-08b5-904886deac4b@postgrespro.ru
Whole thread Raw
Responses Re: SQL/JSON: functions
List pgsql-hackers
Attached patches implementing all SQL/JSON functions excluding JSON_TABLE:

JSON_OBJECT()
JSON_OBJECTAGG()
JSON_ARRAY()
JSON_ARRAYAGG()

JSON_EXISTS()
JSON_VALUE()
JSON_QUERY()

IS JSON predicate


This patchset depends on 8th version of jsonpath patchset that was 
posted in 
https://www.postgresql.org/message-id/48f13b75-0be7-c356-ff26-1db743add56e%40postgrespro.ru 


-- 
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
Next
From: Nikita Glukhov
Date:
Subject: SQL/JSON: JSON_TABLE