On Thu, Jan 8, 2009 at 2:56 PM, houssem jemel <[email protected]> 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 -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
