Rename a nonterminal used in SQL/JSON grammar

Amit Langote <amitlan@postgresql.org>

Commit: 254ac5a7c31f7e6d3908c057461db5401d2110b0
Author: Amit Langote <amitlan@postgresql.org>
Date: 2023-07-26T08:06:09Z
Releases: 17.0
Rename a nonterminal used in SQL/JSON grammar

This renames json_output_clause_opt to json_returning_clause_opt,
because the new name makes more sense given that the governing
keyword is RETURNING.

Per suggestion from Álvaro Herrera.

Discussion: https://postgr.es/m/20230707122820.wy5zlmhn4tdzbojl%40alvherre.pgsql

Files

PathChange+/−
src/backend/parser/gram.y modified +9 −9

Discussion