pgsql: Fix erroneous statements about multiply specified JSON columns.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix erroneous statements about multiply specified JSON columns.
Date: 2013-09-26 21:46:39
Message-ID: E1VPJOR-0008GK-If@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix erroneous statements about multiply specified JSON columns.

The behaviour in json_populate_record() and json_populate_recordset()
was changed during development but the docs were not.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/32d860285240df0ecbc2ce32ebaeeaefab4f836c

Modified Files
--------------
doc/src/sgml/func.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-09-26 21:46:48 pgsql: Fix erroneous statements about multiply specified JSON columns.
Previous Message Heikki Linnakangas 2013-09-26 08:44:55 pgsql: Fix spurious warning after vacuuming a page on a table with no i