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:48
Message-ID: E1VPJOa-0008Gj-Up@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d70f8d5f1b8bfa62a34b79445faae39acdb0363d

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 Robert Haas 2013-09-26 22:27:45 pgsql: Allow printf-style padding specifications in log_line_prefix.
Previous Message Andrew Dunstan 2013-09-26 21:46:39 pgsql: Fix erroneous statements about multiply specified JSON columns.