Re: pgsql: New json functions.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: New json functions.
Date: 2014-01-28 23:22:20
Message-ID: 52E83BAC.7010703@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 01/28/2014 06:14 PM, Thom Brown wrote:
> On 28 January 2014 22:55, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>> New json functions.
>>
>> json_build_array() and json_build_object allow for the construction of
>> arbitrarily complex json trees. json_object() turns a one or two
>> dimensional array, or two separate arrays, into a json_object of
>> name/value pairs, similarly to the hstore() function.
>> json_object_agg() aggregates its two arguments into a single json object
>> as name value pairs.
> A typo:
>
> s/agument/argument/
>
>
> Also, these are changes that probably aren't essential, but makes some
> sentences clearer:
>
> s/heterogeneously typed/heterogeneously-typed/
>
> s/two argument form/two-argument form/
>
> s/one argument form/one-argument form/
>
> s/type coercion/type-coercion/
>

Thanks, will fix.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-01-28 23:29:14 pgsql: Minor docs fixes for new json functions.
Previous Message Thom Brown 2014-01-28 23:14:09 Re: pgsql: New json functions.