Running psql in Linux Command Line
- by Mr Shoubs
I've just installed Postgres9 and it is up and running without any issues. There is one thing however that is confusing me:
If I type /usr/local/pgsql/bin/psql test then postgres command line loads and I can use it as expected, however...
If I cd /usr/local/pgsql/bin then type psql test I get the following error:
The program 'psql' is…