已关闭,此问题需要details or clarity。目前不接受答复。
**想改善这个问题吗?**通过editing this post添加详细信息并澄清问题。
两年前关闭。
Improve this question
我正在尝试在postgresql中使用pgAgent调度作业。pgAgent在postgres数据库中工作正常,但是当我选择我创建的其他数据库时。它不起作用,工作正在失败。
有人可以指导我在配置它的另一个数据库也。
谢谢你
已关闭,此问题需要details or clarity。目前不接受答复。
**想改善这个问题吗?**通过editing this post添加详细信息并澄清问题。
两年前关闭。
Improve this question
我正在尝试在postgresql中使用pgAgent调度作业。pgAgent在postgres数据库中工作正常,但是当我选择我创建的其他数据库时。它不起作用,工作正在失败。
有人可以指导我在配置它的另一个数据库也。
谢谢你
2条答案
按热度按时间cngwdvgl1#
1.在您为pgAgent安装程序提供凭据的用户下查找
%AppData%\Roaming\postgresql\pgpass.conf
文件。对于我的计算机,它是C:\Users\postgres\AppData\Roaming\postgresql\pgpass.conf
1.将行
localhost:5432:postgres:postgres:password
更改为localhost:5432:*:postgres:password
(格式:主机:端口:数据库:用户:密码)对我很有效。
9njqaruj2#
将工作..!