forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit254ac5a
committed
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 governingkeyword is RETURNING.Per suggestion from Álvaro Herrera.Discussion:https://postgr.es/m/20230707122820.wy5zlmhn4tdzbojl%40alvherre.pgsql1 parentb22391a commit254ac5a
1 file changed
+9
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
647 | 647 |
| |
648 | 648 |
| |
649 | 649 |
| |
650 |
| - | |
| 650 | + | |
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
| |||
15570 | 15570 |
| |
15571 | 15571 |
| |
15572 | 15572 |
| |
15573 |
| - | |
| 15573 | + | |
15574 | 15574 |
| |
15575 | 15575 |
| |
15576 | 15576 |
| |
| |||
15581 | 15581 |
| |
15582 | 15582 |
| |
15583 | 15583 |
| |
15584 |
| - | |
| 15584 | + | |
15585 | 15585 |
| |
15586 | 15586 |
| |
15587 | 15587 |
| |
| |||
15595 | 15595 |
| |
15596 | 15596 |
| |
15597 | 15597 |
| |
15598 |
| - | |
| 15598 | + | |
15599 | 15599 |
| |
15600 | 15600 |
| |
15601 | 15601 |
| |
| |||
15610 | 15610 |
| |
15611 | 15611 |
| |
15612 | 15612 |
| |
15613 |
| - | |
| 15613 | + | |
15614 | 15614 |
| |
15615 | 15615 |
| |
15616 | 15616 |
| |
| |||
15623 | 15623 |
| |
15624 | 15624 |
| |
15625 | 15625 |
| |
15626 |
| - | |
| 15626 | + | |
15627 | 15627 |
| |
15628 | 15628 |
| |
15629 | 15629 |
| |
| |||
16384 | 16384 |
| |
16385 | 16385 |
| |
16386 | 16386 |
| |
16387 |
| - | |
| 16387 | + | |
16388 | 16388 |
| |
16389 | 16389 |
| |
16390 | 16390 |
| |
| |||
16457 | 16457 |
| |
16458 | 16458 |
| |
16459 | 16459 |
| |
16460 |
| - | |
| 16460 | + | |
16461 | 16461 |
| |
16462 | 16462 |
| |
16463 | 16463 |
| |
| |||
16475 | 16475 |
| |
16476 | 16476 |
| |
16477 | 16477 |
| |
16478 |
| - | |
| 16478 | + | |
16479 | 16479 |
| |
16480 | 16480 |
| |
16481 | 16481 |
| |
|
0 commit comments
Comments
(0)