Re: </replaceable> in parentesis is not usual on DOCs
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Daniel Gustafsson <daniel@yesql.se>, Marcos Pegoraro <marcos@f10.com.br>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-05-22T11:22:26Z
Lists: pgsql-hackers
Attachments
- doc_fix_json_table_v2.diff (text/x-patch) patch v2
On Wed, May 22, 2024 at 7:14 PM Peter Eisentraut <peter@eisentraut.org> wrote: > > On 20.05.24 02:00, jian he wrote: > >> removing parentheses means we need to rephrase this sentence? > >> So I come up with the following rephrase: > >> > >> The context_item specifies the input data to query, the > >> path_expression is a JSON path expression defining the query, > >> json_path_name is an optional name for the path_expression. The > >> optional PASSING clause can provide data values to the > >> path_expression. > > > > Based on this, write a simple patch. > > Your patch kind of messes up the indentation of the text you are > changing. Please check that. please check attached.
Commits
-
SQL/JSON: Fix a paragraph in JSON_TABLE documentation
- b6ed3cf4b07b 17.0 landed
- 884d791b213d 18.0 landed