Re: </replaceable> in parentesis is not usual on DOCs
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Marcos Pegoraro <marcos@f10.com.br>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-05-15T12:34:21Z
Lists: pgsql-hackers
> On 15 May 2024, at 14:04, Marcos Pegoraro <marcos@f10.com.br> wrote: > Why (context_item), (path_expression) and (json_path_name) are inside a parentheses ? This is not usual when explaining any other feature. Agreed, that's inconsisent with how for example json_table_column is documented in the next list item under COLUMNS. Unless objected to I will remove these parenthesis. -- Daniel Gustafsson
Commits
-
SQL/JSON: Fix a paragraph in JSON_TABLE documentation
- b6ed3cf4b07b 17.0 landed
- 884d791b213d 18.0 landed