teosantoro
teosantoro

Reputation: 15

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?

Upvotes: 0

Views: 2341

Answers (1)

Frank Heikens
Frank Heikens

Reputation: 127056

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.

Upvotes: 1

Related Questions