Re: Re : Re : Dependence between jobs

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "houssem jemel" <houssem20(at)yahoo(dot)fr>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Re : Re : Dependence between jobs
Date: 2009-01-08 15:00:49
Message-ID: 937d27e10901080700j450337a6q5505a539039c3730@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Thu, Jan 8, 2009 at 2:56 PM, houssem jemel <houssem20(at)yahoo(dot)fr> wrote:
> Why can we not use the parameter of the step "succed" "failed" in the pgadmin in order to inject it to another step or another job

Nobody ever asked for or proposed such functionality. You could use a
trigger to do some funky stuff like that though - watch for the
appropriate inserts on pgagent.pga_jobsteplog and then have it modify
other jobs (or better, some control table that your other jobs
consult) as required.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Laurent ROCHE 2009-01-08 16:05:46 Feature request: pgdump and version number / -i option
Previous Message houssem jemel 2009-01-08 14:56:07 Re : Re : Dependence between jobs