In `pgcli` we haven't auto completion for `version()` function. So there is no completetion suggestion for below command. `SELECT VERSION();` ``` $ pgcli -v Version: 4.3.0 ```
In
pgcliwe haven't auto completion forversion()function.So there is no completetion suggestion for below command.
SELECT VERSION();