forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd8e6ae9
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 parenta613474 commitd8e6ae9
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 | |
---|---|---|---|
| |||
937 | 937 |
| |
938 | 938 |
| |
939 | 939 |
| |
940 |
| - | |
941 |
| - | |
| 940 | + | |
| 941 | + | |
942 | 942 |
| |
943 | 943 |
| |
944 | 944 |
| |
|
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 |
| |
| |||
2979 | 2979 |
| |
2980 | 2980 |
| |
2981 | 2981 |
| |
2982 |
| - | |
| 2982 | + | |
2983 | 2983 |
| |
2984 |
| - | |
| 2984 | + | |
| 2985 | + | |
| 2986 | + | |
2985 | 2987 |
| |
2986 | 2988 |
| |
2987 | 2989 |
| |
| |||
3002 | 3004 |
| |
3003 | 3005 |
| |
3004 | 3006 |
| |
3005 |
| - | |
| 3007 | + | |
3006 | 3008 |
| |
3007 | 3009 |
| |
3008 | 3010 |
| |
3009 |
| - | |
| 3011 | + | |
3010 | 3012 |
| |
3011 | 3013 |
| |
3012 | 3014 |
| |
| |||
3820 | 3822 |
| |
3821 | 3823 |
| |
3822 | 3824 |
| |
3823 |
| - | |
| 3825 | + | |
3824 | 3826 |
| |
3825 | 3827 |
| |
3826 | 3828 |
| |
|
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)