Re: pgadmin's pgagent job scheduler

From: Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgadmin's pgagent job scheduler
Date: 2007-10-16 10:18:38
Message-ID: 1192529918.16103.52.camel@neuromancer.home.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Tue, 2007-10-16 at 11:10 +0100, Dave Page wrote:
> Ow Mun Heng wrote:
> > I see.. and in the docs, I was told to import pgagent.sql into the
> > postgres DB so I did that. but actually. I want to deploy it to the
> > target DB, let's call it "MyDB". Should I have imported it to MyDB
> > instead?
>
> No, postgres is normal. You can specify with each job step which
> database it should run on. That way you can have a single job touching
> multiple databases.

I found out that I also needed to put in the whole schema.tablename
notation.

> > Okay.. so, now it pgagent connects to the DB as user postgres (as I was
> > instructed by the docs) and runs as user postgres (which is a risk). How
> > do I connect as a less priv user? (I have a user, named "operator" which
> > does menial tasks like connect to the DB, pull data, crunch etc..)
> >
> > I most certainly don't want it to run as user postgres. User operator
> > would be better.
>
> Just change the pgAgent connection string to use the operator role, and
> run the daemon under a similarly non-privileged user account. You'll
> also need to make sure you've granted appropriate permissions on the
> schema to allow the operator role to update rows etc (which happens when
> a job is run to set the next runtime).

Okay.. so use the example you sent/provided previously. Cool.. Thanks a
bunch..

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey 2007-10-16 10:21:20 Re: reporting tools
Previous Message Marek Lewczuk 2007-10-16 10:18:00 8.3 beta problems