pgsql: SQL/JSON: Fix a paragraph in JSON_TABLE documentation - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: SQL/JSON: Fix a paragraph in JSON_TABLE documentation
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
SQL/JSON: Fix a paragraph in JSON_TABLE documentation

Using <replaceable>text</replaceable> inside parantheses is not a
common or good style, so rephrase a sentence to avoid that style.
Also rephrase the text in that paragraph a bit while at it.

Reported-by: Marcos Pegoraro <[email protected]>
Author: Jian He <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Reviewed-by: Peter Eisentraut <[email protected]>
Discussion: https://postgr.es/m/CAB-JLwZqH3Yec6Kz-4-+pa0ZG9QJBsxjJZwYcMZYzEDR_fXnKw@mail.gmail.com

Branch
------
REL_17_STABLE

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add tap test for pg_signal_autovacuum role
Next
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Fix a paragraph in JSON_TABLE documentation