pgsql: Doc: improve examples for json_populate_record() and related fun

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve examples for json_populate_record() and related fun
Дата
Msg-id E1k6N9K-0001M2-0N@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/124772e3cac6d3bf6c1f6d32518209c6a3fdd3eb

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: snapshot scalability: Move PGXACT->xmin back to PGPROC.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/