Whenever i press up/down arrows, the command history is not getting displayed and whenever i press tab, autocomplete is not happening.
Asked
Active
Viewed 117 times
1
-
2Autocomplete feature is not postgres feature, and postgres version is irrelevant. It is a feature of the client you use to connect to postgres. So which one is it? Psql? Pgadmin? What version? Most likely you just need to upgrade the client. – freakish Jan 04 '23 at 08:37
-
am using psql - 14.5 – Aravind Ram Jan 04 '23 at 08:55
-
https://www.postgresql.org/docs/14/app-psql.html – Frank Heikens Jan 04 '23 at 09:16
-
Which operating system are you using? Tab-completion in `psql` is not supported on Windows – Jan 04 '23 at 10:01