I have create a job via pgadmin in postgres. This is a test system. How can I export this job to a database on other computer (productive system)?
Greets
Benjamin
pgAgent stores data default in schema pgagent in database postgres. So you can dump and restore it.