forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf256236
committed
Remove ALL keyword from TABLES IN SCHEMA for publication
This may be a bit too subtle, but removing that word from there makesthis clause no longer a perfect parallel of the GRANT variant "ALLTABLES IN SCHEMA": indeed, for publications what we record is the schemaitself, not the tables therein, which means that any tables added to theschema in the future are also published. This is completely differentto what GRANT does, which is affect only the tables that exist when thecommand is executed.There isn't resounding support for this change, but there are a fewpositive votes and no opposition. Because the time to 15 RC1 is veryshort, let's get this out now.Backpatch to 15.Discussion:https://postgr.es/m/2729c9e2-9aac-8cda-f2f4-34f2bcc18f4e1 parent5f56933 commitf256236
File tree
21 files changed
+177
-180
lines changed- doc/src/sgml
- ref
- src
- backend
- catalog
- commands
- parser
- replication/pgoutput
- bin
- pg_dump
- t
- psql
- test
- regress
- expected
- sql
- subscription/t
21 files changed
+177
-180
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
703 |
| - | |
| 703 | + | |
704 | 704 |
| |
705 | 705 |
| |
706 | 706 |
| |
| |||
1530 | 1530 |
| |
1531 | 1531 |
| |
1532 | 1532 |
| |
1533 |
| - | |
| 1533 | + | |
1534 | 1534 |
| |
1535 | 1535 |
| |
1536 | 1536 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
| 74 | + | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
| 79 | + | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
| 203 | + | |
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
| 227 | + | |
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 |
| - | |
| 357 | + | |
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 |
| - | |
| 366 | + | |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
350 |
| - | |
| 350 | + | |
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2090 | 2090 |
| |
2091 | 2091 |
| |
2092 | 2092 |
| |
2093 |
| - | |
| 2093 | + | |
2094 | 2094 |
| |
2095 | 2095 |
| |
2096 | 2096 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
837 | 837 |
| |
838 | 838 |
| |
839 | 839 |
| |
840 |
| - | |
| 840 | + | |
841 | 841 |
| |
842 | 842 |
| |
843 | 843 |
| |
| |||
957 | 957 |
| |
958 | 958 |
| |
959 | 959 |
| |
960 |
| - | |
| 960 | + | |
961 | 961 |
| |
962 | 962 |
| |
963 | 963 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
847 | 847 |
| |
848 | 848 |
| |
849 | 849 |
| |
850 |
| - | |
851 |
| - | |
| 850 | + | |
| 851 | + | |
852 | 852 |
| |
853 | 853 |
| |
854 |
| - | |
| 854 | + | |
855 | 855 |
| |
856 | 856 |
| |
857 | 857 |
| |
| |||
1979 | 1979 |
| |
1980 | 1980 |
| |
1981 | 1981 |
| |
1982 |
| - | |
| 1982 | + | |
1983 | 1983 |
| |
1984 | 1984 |
| |
1985 | 1985 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10303 | 10303 |
| |
10304 | 10304 |
| |
10305 | 10305 |
| |
10306 |
| - | |
| 10306 | + | |
10307 | 10307 |
| |
10308 | 10308 |
| |
10309 | 10309 |
| |
| |||
10338 | 10338 |
| |
10339 | 10339 |
| |
10340 | 10340 |
| |
10341 |
| - | |
| 10341 | + | |
10342 | 10342 |
| |
10343 | 10343 |
| |
10344 | 10344 |
| |
| |||
10360 | 10360 |
| |
10361 | 10361 |
| |
10362 | 10362 |
| |
10363 |
| - | |
| 10363 | + | |
10364 | 10364 |
| |
10365 | 10365 |
| |
10366 | 10366 |
| |
10367 |
| - | |
10368 |
| - | |
| 10367 | + | |
| 10368 | + | |
10369 | 10369 |
| |
10370 |
| - | |
| 10370 | + | |
10371 | 10371 |
| |
10372 | 10372 |
| |
10373 | 10373 |
| |
10374 |
| - | |
| 10374 | + | |
10375 | 10375 |
| |
10376 | 10376 |
| |
10377 | 10377 |
| |
| |||
10447 | 10447 |
| |
10448 | 10448 |
| |
10449 | 10449 |
| |
10450 |
| - | |
| 10450 | + | |
10451 | 10451 |
| |
10452 | 10452 |
| |
10453 | 10453 |
| |
| |||
18431 | 18431 |
| |
18432 | 18432 |
| |
18433 | 18433 |
| |
18434 |
| - | |
| 18434 | + | |
18435 | 18435 |
| |
18436 | 18436 |
| |
18437 | 18437 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
995 | 995 |
| |
996 | 996 |
| |
997 | 997 |
| |
998 |
| - | |
999 |
| - | |
| 998 | + | |
1000 | 999 |
| |
1001 | 1000 |
| |
1002 | 1001 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4318 | 4318 |
| |
4319 | 4319 |
| |
4320 | 4320 |
| |
4321 |
| - | |
| 4321 | + | |
4322 | 4322 |
| |
4323 | 4323 |
| |
4324 | 4324 |
| |
|
Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2522 | 2522 |
| |
2523 | 2523 |
| |
2524 | 2524 |
| |
2525 |
| - | |
| 2525 | + | |
2526 | 2526 |
| |
2527 | 2527 |
| |
2528 |
| - | |
| 2528 | + | |
2529 | 2529 |
| |
2530 |
| - | |
| 2530 | + | |
2531 | 2531 |
| |
2532 | 2532 |
| |
2533 | 2533 |
| |
2534 | 2534 |
| |
2535 | 2535 |
| |
2536 |
| - | |
| 2536 | + | |
2537 | 2537 |
| |
2538 |
| - | |
2539 |
| - | |
2540 |
| - | |
2541 |
| - | |
| 2538 | + | |
| 2539 | + | |
| 2540 | + | |
2542 | 2541 |
| |
2543 | 2542 |
| |
2544 | 2543 |
| |
|
Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1820 | 1820 |
| |
1821 | 1821 |
| |
1822 | 1822 |
| |
1823 |
| - | |
| 1823 | + | |
1824 | 1824 |
| |
1825 | 1825 |
| |
1826 | 1826 |
| |
| |||
1844 | 1844 |
| |
1845 | 1845 |
| |
1846 | 1846 |
| |
1847 |
| - | |
| 1847 | + | |
1848 | 1848 |
| |
1849 | 1849 |
| |
1850 |
| - | |
| 1850 | + | |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 | 1853 |
| |
| |||
2975 | 2975 |
| |
2976 | 2976 |
| |
2977 | 2977 |
| |
2978 |
| - | |
| 2978 | + | |
2979 | 2979 |
| |
2980 |
| - | |
| 2980 | + | |
2981 | 2981 |
| |
2982 | 2982 |
| |
2983 | 2983 |
| |
| |||
3000 | 3000 |
| |
3001 | 3001 |
| |
3002 | 3002 |
| |
3003 |
| - | |
3004 |
| - | |
| 3003 | + | |
3005 | 3004 |
| |
3006 | 3005 |
| |
3007 | 3006 |
| |
| |||
3821 | 3820 |
| |
3822 | 3821 |
| |
3823 | 3822 |
| |
3824 |
| - | |
| 3823 | + | |
3825 | 3824 |
| |
3826 | 3825 |
| |
3827 | 3826 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4589 | 4589 |
| |
4590 | 4590 |
| |
4591 | 4591 |
| |
4592 |
| - | |
| 4592 | + | |
4593 | 4593 |
| |
4594 | 4594 |
| |
4595 | 4595 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
0 commit comments
Comments
(0)