-
Hello, I started to use pgcli, which is great, but something that frustrates me is that there is no autocompletion when setting the search_path. On psql, I can do: Am I missing something, like an option ? Or is this functionality missing and I should file an issue ? Thank you ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @fbdb , We don't have an option for this. It would be a feature request. The first part ( |
Beta Was this translation helpful? Give feedback.
Hi @fbdb ,
We don't have an option for this. It would be a feature request. The first part (
set sea<TAB>
->SET search_path TO
) is probably as easy as addingsearch_path TO
here:pgcli/pgcli/packages/pgliterals/pgliterals.json
Line 230 in 435cf7f