Re: pgadmin's pgagent job scheduler

From: Dave Page <dpage(at)postgresql(dot)org>
To: Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgadmin's pgagent job scheduler
Date: 2007-10-16 08:56:45
Message-ID: 47147CCD.9080404@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ow Mun Heng wrote:
> Does anyone from this list here uses pgagent from pgadmin?
>
> it's a job schedular much like cron which is sort of integrated w/
> pgadmin3. Only issue which I've found so far which I don't quite like is
> that to be able to use pgagent, I have to also pull in the entire
> pgadmin3 incl wxGTK and X. This isn't a good thing on a linux server.
> (even though X is never used)
>
> Anyway.. I've installed it from pgadmin-1.4.3 and it's running fine thus
> far w/ the jobs and all. (there are some quirks, but that's another
> story).

Use 1.6.3's version or even 1.8RC1's - they should be much lighter on
the library front.

> Thus far, the only serious issue I've seen with it is that for some
> reason, I can't or is not able to connect pgadmin running from another
> client, connecting to the server, to show the available/scheduled jobs.
> (I've already selected the File->options->pgagent jobs options)

Make sure you use the same database for the initial connection from
pgAdmin (the Maintenance DB on the server dialogue) on the remote
machine as pgagent connects to.

Regards, Dave.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ow Mun Heng 2007-10-16 09:18:38 Re: pgadmin's pgagent job scheduler
Previous Message Pavel Stehule 2007-10-16 07:44:27 Re: can I define own variables?