使用 pgAdmin 创建 pgagent 作业
为什么 pgAdmin 只在 Postgres 数据库上创建新的 pgAgent 作业,即使我在另一个数据库上指定了设置?
Why pgAdmin creates a new pgAgent job only on the Postgres db even though I specify the setting on another db?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为 pgAgent 的管理存储在数据库“postgres”的 pgagent 模式内。这与执行作业的数据库无关。
Because the administration of pgAgent is stored inside the schema pgagent in the database "postgres". This has nothing to do with the database where the job will be executed.