On Jan 16, 2012, at 9:05 AM, David E. Wheeler wrote:
> postgres=# select * from pgagent.pga_jobsteplog where jslid = 284;
> -[ RECORD 1 ]--
> jslid | 284
> jsljlgid| 211
> jsljstid| 1
> jslstatus | s
> jslresult | 0
> jslstart| 2012-01-13 01:06:05
On Jan 16, 2012, at 7:45 AM, Dave Page wrote:
> Depends on what the first step is doing. You have On Error set to Fail, which
> will cause subsequent steps to be skipped if an error is detected. What do
> you see in the job step log for the first step?
Success:
postgres=# select * from pgage
Hi
On Sun, Jan 15, 2012 at 7:18 PM, David E. Wheeler wrote:
> pgAdmins,
>
> I added a new step to a pgAgent job a couple days ago, but noticed it has
> not been executing. It is listed under the job's steps in the pgAdmin
> object browser, as shown in the attached screenshot. However, when I vie