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.. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly