'Create a pgagent job with pgAdmin

Why pgAdmin creates a new pgAgent job only on the Postgres db even though I specify the setting on another db?



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Frank Heikens