pgsql: doc: explain use of json_populate_record{set}() - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: explain use of json_populate_record{set}()
Date
Msg-id E1fVKfa-0007Mi-5M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  explain use of json_populate_record{set}()

The set-returning nature of these functions make their use unclear. The
modified paragraph was added in PG 9.4.

Reported-by: yshaladi@denodo.com

Discussion:  https://postgr.es/m/152571684246.9460.18059951267371255159@wrigleys.postgresql.org

Backpatch-through: 9.4

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a6fb9378b8a35a64e94c2851719c787c03917c96

Modified Files
--------------
doc/src/sgml/func.sgml | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix typos in release notes
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Fix for globals.c- c.h must come first