In that case we can not create e rule between two scripts on 2 different machines, since the job is assignet to one machine Is there a solution to that ?
----- Message d'origine ---- De : Dave Page <[email protected]> À : houssem jemel <[email protected]> Cc : [email protected] Envoyé le : Jeudi, 8 Janvier 2009, 14h23mn 00s Objet : Re: [pgadmin-support] Dependence between jobs On Thu, Jan 8, 2009 at 1:06 PM, houssem jemel <[email protected]> wrote: > Hello > > Can wy create rules between jobs like > Job 1 run if job 2 has run with success > No, but you can do something like that using multiple steps within the same job. If a step is set to Fail on error, subsequent steps will be skipped. If you set it to Succeed or Ignore, then the following steps will be executed. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
