forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb5607b0
committed
Fix case sensitivity in psql's tab completion for GUC names.
Input for these should be case-insensitive, but was not completelyso. Comparing to the similar queries for timezone names, I realizedthat we'd missed forcing the comparison pattern to lower-case.With that, it behaves as I expect.While here, flatten the sub-selects in these queries; I don'tfind that those add any readability.Discussion:https://postgr.es/m/3369130.1649348542@sss.pgh.pa.us1 parent139d46e commitb5607b0
1 file changed
+8
-14
lines changedLines changed: 8 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1006 | 1006 |
| |
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 |
| - | |
1010 |
| - | |
1011 |
| - | |
1012 |
| - | |
1013 |
| - | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1014 | 1012 |
| |
1015 | 1013 |
| |
1016 |
| - | |
1017 |
| - | |
1018 |
| - | |
1019 |
| - | |
1020 |
| - | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
1021 | 1017 |
| |
1022 | 1018 |
| |
1023 |
| - | |
1024 |
| - | |
1025 |
| - | |
1026 |
| - | |
| 1019 | + | |
| 1020 | + | |
1027 | 1021 |
| |
1028 | 1022 |
| |
1029 | 1023 |
| |
|
0 commit comments
Comments
(0)