- Notifications
You must be signed in to change notification settings - Fork5
Commitbd40951
committed
Minimal psql tab completion support for SET search_path.
Complete SET search_path = ... to non-temporary and non-toastschemas. Since there pretty much is no use case to add those to thesearch path and there can be many it's helpful to exclude them.It'd be nicer to complete multiple search path elements, but that'snot easy.Jeff Janes1 parent626bfad commitbd40951
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3352 | 3352 |
| |
3353 | 3353 |
| |
3354 | 3354 |
| |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
| 3358 | + | |
| 3359 | + | |
| 3360 | + | |
| 3361 | + | |
3355 | 3362 |
| |
3356 | 3363 |
| |
3357 | 3364 |
| |
|
0 commit comments
Comments
(0)