> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Chuck
> Sent: 02 August 2006 16:13
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] pgAgent - Log error when running
>
> The job is only a simple insert command for test purposes. It takes
> milliseconds to run so the the timing issue is still a question.
OK.
> I have given the postgres account full access to everything. I checked
> the ph_hba.conf and there is a line for the postgres account as
> follows:
>
> local all postgres ident sameuser
>
> My installation should be a standard installation. I up until now, I
> have not touched the postgres account configuration.
Hmm, well there's no reason that postgres shouldn't work in a default
install. Can you run pgagent with the log level set to 2 (-l 2) and
supply the full log from startup for say 4 minutes or so of runtime.
Thanks, Dave,