As discussed [here](https://github.com/dbcli/pgcli/discussions/1509), there is no autocompletion when setting the search_path (`SET search_path TO bar`). [As suggested](https://github.com/dbcli/pgcli/discussions/1509#discussioncomment-13276295), the first autocompletion can easily be implemented by adding `search_path TO` here: https://github.com/dbcli/pgcli/blob/435cf7f2843c1a161ad63d72b75b91d1ccba8200/pgcli/packages/pgliterals/pgliterals.json#L230
As discussed here, there is no autocompletion when setting the search_path (
SET search_path TO bar).As suggested, the first autocompletion can easily be implemented by adding
search_path TOhere:pgcli/pgcli/packages/pgliterals/pgliterals.json
Line 230 in 435cf7f