forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb3812d0

Amit Kapila
Rename some enums to use TABLE instead of REL.
Commit5a28324 introduced some enums to represent all tables in schemapublications and used REL in their names. Use TABLE instead of REL inthose enums to avoid confusion with other objects like SEQUENCES that canbe part of a publication in the future.In the passing, (a) Change one of the newly introduced error messages tomake it consistent for Create and Alter commands, (b) add missing alias inone of the SQL Statements that is used to print publications associatedwith the table.Reported-by: Tomas Vondra, Peter SmithAuthor: Vignesh CReviewed-by: Hou Zhijie, Peter SmithDiscussion:https://www.postgresql.org/message-id/CALDaNm0OANxuJ6RXqwZsM1MSY4s19nuH3734j4a72etDwvBETQ%40mail.gmail.com1 parent57b5a96 commitb3812d0
File tree
8 files changed
+24
-23
lines changed- src
- backend
- commands
- parser
- bin
- pg_dump
- psql
- include/nodes
- test/regress/expected
8 files changed
+24
-23
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
| 217 | + | |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
| |||
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
616 |
| - | |
| 616 | + | |
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9662 | 9662 |
| |
9663 | 9663 |
| |
9664 | 9664 |
| |
9665 |
| - | |
| 9665 | + | |
9666 | 9666 |
| |
9667 | 9667 |
| |
9668 | 9668 |
| |
9669 | 9669 |
| |
9670 | 9670 |
| |
9671 | 9671 |
| |
9672 |
| - | |
| 9672 | + | |
9673 | 9673 |
| |
9674 | 9674 |
| |
9675 | 9675 |
| |
| |||
17323 | 17323 |
| |
17324 | 17324 |
| |
17325 | 17325 |
| |
17326 |
| - | |
| 17326 | + | |
17327 | 17327 |
| |
17328 | 17328 |
| |
17329 | 17329 |
| |
| |||
17351 | 17351 |
| |
17352 | 17352 |
| |
17353 | 17353 |
| |
17354 |
| - | |
17355 |
| - | |
| 17354 | + | |
| 17355 | + | |
17356 | 17356 |
| |
17357 | 17357 |
| |
17358 | 17358 |
| |
17359 | 17359 |
| |
17360 | 17360 |
| |
17361 | 17361 |
| |
17362 |
| - | |
| 17362 | + | |
17363 | 17363 |
| |
17364 |
| - | |
| 17364 | + | |
17365 | 17365 |
| |
17366 | 17366 |
| |
17367 | 17367 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4194 | 4194 |
| |
4195 | 4195 |
| |
4196 | 4196 |
| |
4197 |
| - | |
| 4197 | + | |
4198 | 4198 |
| |
4199 | 4199 |
| |
4200 | 4200 |
| |
| |||
10331 | 10331 |
| |
10332 | 10332 |
| |
10333 | 10333 |
| |
10334 |
| - | |
| 10334 | + | |
10335 | 10335 |
| |
10336 | 10336 |
| |
10337 | 10337 |
| |
| |||
18559 | 18559 |
| |
18560 | 18560 |
| |
18561 | 18561 |
| |
18562 |
| - | |
| 18562 | + | |
18563 | 18563 |
| |
18564 | 18564 |
| |
18565 | 18565 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| |||
1479 | 1479 |
| |
1480 | 1480 |
| |
1481 | 1481 |
| |
1482 |
| - | |
| 1482 | + | |
1483 | 1483 |
| |
1484 | 1484 |
| |
1485 | 1485 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3162 | 3162 |
| |
3163 | 3163 |
| |
3164 | 3164 |
| |
3165 |
| - | |
| 3165 | + | |
3166 | 3166 |
| |
3167 | 3167 |
| |
3168 | 3168 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3649 | 3649 |
| |
3650 | 3650 |
| |
3651 | 3651 |
| |
3652 |
| - | |
3653 |
| - | |
| 3652 | + | |
| 3653 | + | |
| 3654 | + | |
3654 | 3655 |
| |
3655 | 3656 |
| |
3656 | 3657 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
481 |
| - | |
| 481 | + | |
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
| |||
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
750 |
| - | |
| 750 | + | |
751 | 751 |
| |
752 | 752 |
| |
753 | 753 |
| |
|
0 commit comments
Comments
(0)