Re: pgsql: SQL/JSON: add standard JSON constructor functions

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: SQL/JSON: add standard JSON constructor functions
Date: 2023-03-31 08:07:05
Message-ID: 20230331080705.6vhyoatwxtyfneuy@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)gluhov(at)postgrespro(dot)ru>
> Author: Teodor Sigaev <teodor(at)sigaev(dot)ru>
> Author: Oleg Bartunov <obartunov(at)gmail(dot)com>
> Author: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
> Author: Amit Langote <amitlangote09(at)gmail(dot)com>

I forgot to include Andrew Dunstan <andrew(at)dunslane(dot)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/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-03-31 10:00:55 pgsql: No need to add FORMAT to the keyword precedence list
Previous Message Amit Kapila 2023-03-31 03:39:39 pgsql: Add XML ID attributes to create_publication.sgml.