Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 postgres 中通过 pgadmin 创建了一份工作。这是一个测试系统。如何将此作业导出到其他计算机(生产系统)上的数据库?
问候
本杰明
pgAgent 将数据默认存储在数据库 postgres 中的模式 pgagent 中。所以你可以转储和恢复它。