forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69298db
committed
Fix tab-completion after commit790bf61
I (Álvaro) broke tab-completion for GRANT .. ALL TABLES IN SCHEMA whileremoving ALL from the publication syntax for schemas in theaforementioned commit. I also missed to update a bunch oftab-completion rules for ALTER/CREATE PUBLICATION that match eachindividual piece of ALL TABLES IN SCHEMA. Repair those bugs.While fixing up that commit, update a couple of outdated commentsrelated to the same change.Backpatch to 15.Author: Shi yu <shiy.fnst@fujitsu.com>Reviewed-by: Peter Smith <smithpb2250@gmail.com>Discussion:https://postgr.es/m/OSZPR01MB6310FCE8609185A56344EED2FD559@OSZPR01MB6310.jpnprd01.prod.outlook.com1 parent51fd7cd commit69298db
File tree
3 files changed
+12
-10
lines changed- src
- backend/replication/logical
- bin/psql
- test/subscription/t
3 files changed
+12
-10
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
978 | 978 |
| |
979 | 979 |
| |
980 | 980 |
| |
981 |
| - | |
982 |
| - | |
| 981 | + | |
| 982 | + | |
983 | 983 |
| |
984 | 984 |
| |
985 | 985 |
| |
|
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1848 | 1848 |
| |
1849 | 1849 |
| |
1850 | 1850 |
| |
1851 |
| - | |
| 1851 | + | |
1852 | 1852 |
| |
1853 | 1853 |
| |
1854 | 1854 |
| |
| |||
2994 | 2994 |
| |
2995 | 2995 |
| |
2996 | 2996 |
| |
2997 |
| - | |
| 2997 | + | |
2998 | 2998 |
| |
2999 |
| - | |
| 2999 | + | |
| 3000 | + | |
| 3001 | + | |
3000 | 3002 |
| |
3001 | 3003 |
| |
3002 | 3004 |
| |
| |||
3017 | 3019 |
| |
3018 | 3020 |
| |
3019 | 3021 |
| |
3020 |
| - | |
| 3022 | + | |
3021 | 3023 |
| |
3022 | 3024 |
| |
3023 | 3025 |
| |
3024 |
| - | |
| 3026 | + | |
3025 | 3027 |
| |
3026 | 3028 |
| |
3027 | 3029 |
| |
| |||
3835 | 3837 |
| |
3836 | 3838 |
| |
3837 | 3839 |
| |
3838 |
| - | |
| 3840 | + | |
3839 | 3841 |
| |
3840 | 3842 |
| |
3841 | 3843 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
899 | 899 |
| |
900 | 900 |
| |
901 | 901 |
| |
902 |
| - | |
903 |
| - | |
| 902 | + | |
| 903 | + | |
904 | 904 |
| |
905 | 905 |
| |
906 | 906 |
| |
|
0 commit comments
Comments
(0)