我已经安装了PostgreSQL,它可以正常工作。但是,当我还原备份时,出现错误-bash: psql: command not found:
-bash: psql: command not found
[root@server1 ~]# su postgres [postgres@server1 root]$ psql -f all.sql bash: psql: command not found [postgres@server1 root]$
我做错了什么?
也许psql不PATH属于postgres用户。使用locate命令查找psql的位置,并确保其路径在PATHpostgres用户的中。
PATH