forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9df8727
committed
Add tab completion for ALTER DATABASE RESET
Currently tab completion for ALTER DATABASE RESET shows a list of allconfiguration parameters that may be set on a database, irrespectivelyof which parameters are actually set. This patch improves tab completionto offer only parameters that are set.Author: Robins TharakanReviewed-By: Tomas VondraDiscussion:https://postgr.es/m/CAEP4nAzqiT6VbVC5r3nq5byLTnPzjniVGzEMpYcnAHQyNzEuaw%40mail.gmail.com1 parentfc069a3 commit9df8727
1 file changed
+19
-1
lines changedLines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1000 | 1000 |
| |
1001 | 1001 |
| |
1002 | 1002 |
| |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1003 | 1012 |
| |
1004 | 1013 |
| |
1005 | 1014 |
| |
| |||
2320 | 2329 |
| |
2321 | 2330 |
| |
2322 | 2331 |
| |
| 2332 | + | |
| 2333 | + | |
| 2334 | + | |
| 2335 | + | |
| 2336 | + | |
| 2337 | + | |
| 2338 | + | |
2323 | 2339 |
| |
2324 | 2340 |
| |
2325 | 2341 |
| |
| |||
4906 | 4922 |
| |
4907 | 4923 |
| |
4908 | 4924 |
| |
4909 |
| - | |
| 4925 | + | |
| 4926 | + | |
| 4927 | + | |
4910 | 4928 |
| |
4911 | 4929 |
| |
4912 | 4930 |
| |
|
0 commit comments
Comments
(0)