Re: pgsql: SQL/JSON: add standard JSON constructor functions - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: SQL/JSON: add standard JSON constructor functions
Date
Msg-id 20230331080705.6vhyoatwxtyfneuy@alvherre.pgsql
Whole thread Raw
In response to pgsql: SQL/JSON: add standard JSON constructor functions  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
On 2023-Mar-29, Alvaro Herrera wrote:

> SQL/JSON: add standard JSON constructor functions
> 
> This commit introduces the SQL/JSON standard-conforming constructors for
> JSON types:
> 
> JSON_ARRAY()
> JSON_ARRAYAGG()
> JSON_OBJECT()
> JSON_OBJECTAGG()

> Author: Nikita Glukhov <n.gluhov@postgrespro.ru>
> Author: Teodor Sigaev <teodor@sigaev.ru>
> Author: Oleg Bartunov <obartunov@gmail.com>
> Author: Alexander Korotkov <aekorotkov@gmail.com>
> Author: Amit Langote <amitlangote09@gmail.com>

I forgot to include Andrew Dunstan <andrew@dunslane.net> in the list of
authors for this commit -- he spent a lot of time polishing it before I
took over.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/



pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Add XML ID attributes to create_publication.sgml.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: No need to add FORMAT to the keyword precedence list