pgsql: Fix bogus documentation of json_object_agg().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus documentation of json_object_agg().
Date: 2014-05-10 00:25:51
Message-ID: E1Wiv6t-0001AD-IV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bogus documentation of json_object_agg().

It takes two arguments, not one.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/17e4082b6312383075e397b4b2ae324c90716c5b

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-10 14:33:40 pgsql: Update config.guess and config.sub
Previous Message Tom Lane 2014-05-09 22:32:29 Re: [COMMITTERS] pgsql: Clean up jsonb code.