pgsql: Fix erroneous statements about multiply specified JSON columns. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix erroneous statements about multiply specified JSON columns.
Date
Msg-id E1VPJOR-0008GK-If@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix spurious warning after vacuuming a page on a table with no i
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix erroneous statements about multiply specified JSON columns.