SQL/JSON: functions

From: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Subject: SQL/JSON: functions
Date: 2018-01-10 22:59:28
Message-ID: cd0bb935-0158-78a7-08b5-904886deac4b@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0008-add-invisible-coercion-form-v08.patch text/x-patch 6.7 KB
0009-add-function-formats-v08.patch text/x-patch 10.1 KB
0010-sqljson-v08.patch text/x-patch 290.1 KB
0011-sqljson-json-v08.patch text/x-patch 52.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Glukhov 2018-01-10 23:04:06 SQL/JSON: JSON_TABLE
Previous Message Thomas Munro 2018-01-10 22:59:08 Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)