pgsql: Doc: improve examples for json_populate_record() and related fun - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve examples for json_populate_record() and related fun
Date
Msg-id E1k6N9K-0001M1-01@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: improve examples for json_populate_record() and related functions.

Make these examples self-contained by providing declarations of the
user-defined row types they rely on.  There wasn't room to do this
in the old doc format, but now there is, and I think it makes the
examples a good bit less confusing.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: snapshot scalability: Move PGXACT->xmin back to PGPROC.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/