Re: pgsql: New json functions. - Mailing list pgsql-committers

From Thom Brown
Subject Re: pgsql: New json functions.
Date
Msg-id CAA-aLv60q1Dh_SBi_gXa5js+=2CDR2H+8yjuZOo_G3EP50ZWfg@mail.gmail.com
Whole thread Raw
In response to pgsql: New json functions.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: New json functions.
List pgsql-committers
On 28 January 2014 22:55, Andrew Dunstan <andrew@dunslane.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/

--
Thom


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add new make targets check-tests and installcheck-tests.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: New json functions.