forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit89611c4
committed
Various fixes to "ALTER ... SET/RESET" tab completions
Add- ALTER SYSTEM SET/RESET ... -> GUC variables- ALTER TABLE ... SET WITH -> OIDS- ALTER DATABASE/FUNCTION/ROLE/USER ... SET/RESET -> GUC variables- ALTER DATABASE/FUNCTION/ROLE/USER ... SET ... -> FROM CURRENT/TO- ALTER DATABASE/FUNCTION/ROLE/USER ... SET ... TO/= -> possible valuesAuthor: Fujii MasaoReviewed-by: Michael Paquier, Masahiko Sawada1 parent7a58d19 commit89611c4
1 file changed
+10
-3
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1553 | 1553 |
| |
1554 | 1554 |
| |
1555 | 1555 |
| |
1556 |
| - | |
| 1556 | + | |
1557 | 1557 |
| |
1558 | 1558 |
| |
1559 | 1559 |
| |
| |||
1754 | 1754 |
| |
1755 | 1755 |
| |
1756 | 1756 |
| |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
1757 | 1760 |
| |
1758 | 1761 |
| |
1759 | 1762 |
| |
| |||
2702 | 2705 |
| |
2703 | 2706 |
| |
2704 | 2707 |
| |
2705 |
| - | |
| 2708 | + | |
2706 | 2709 |
| |
2707 | 2710 |
| |
2708 | 2711 |
| |
| |||
2743 | 2746 |
| |
2744 | 2747 |
| |
2745 | 2748 |
| |
| 2749 | + | |
| 2750 | + | |
| 2751 | + | |
| 2752 | + | |
2746 | 2753 |
| |
2747 |
| - | |
| 2754 | + | |
2748 | 2755 |
| |
2749 | 2756 |
| |
2750 | 2757 |
| |
|
0 commit comments
Comments
(0)