我在Cent OS 6.5上安装了Postgres Sql
我安装了相同的 http://www.enterprisedb.com/products-services-training/pgdownload
现在postgres正在运行5432,我已经用
检查了netstat -ant|grep 5432
但是当我点击像postgres或psql这样的命令时 我收到了错误
command not found
请找到相同的附件。
答案 0 :(得分:1)
您确定要以root用户身份而不是postgres用户身份执行此操作吗?
如果您以postgres用户身份登录,您将拥有正确的路径,并且“psql”将以postgres用户身份连接。
或者,您可以说“psql -U postgres”,然后当系统提示您输入密码时,您在安装时选择的密码应该可以使用。