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 E1VPJOa-0008Gj-Up@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
------
master

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

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix erroneous statements about multiply specified JSON columns.
Next
From: Robert Haas
Date:
Subject: pgsql: Allow printf-style padding specifications in log_line_prefix.