Re: pgAgent: RFE: ability to customize step order

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Matthew Gabeler-Lee <cheetah(at)fastcat(dot)org>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAgent: RFE: ability to customize step order
Date: 2010-05-22 21:16:23
Message-ID: AANLkTimUqB0nLmoAilvw7lBvHxxflfVpI-4Ev66z9wfq@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Sat, May 22, 2010 at 4:33 PM, Matthew Gabeler-Lee
<cheetah(at)fastcat(dot)org> wrote:
> I'm trying to customize an existing pgAgent job by adding some steps, one of
> which needs to run before the existing step.  Unfortunately this doesn't
> seem to be possible without re-creating the job from scratch.
>
> It appears that the order is determined simply by the job step table's PK.
> Since the foriegn key from the step log table doesn't have an "on update
> cascade" clause, nor is it deferrable, the ID of existing jobs that have run
> at least once can't be changed.

Steps are ordered by their name - pgAgent does something like SELECT
steps FROM steptable ORDER BY stepname, so ordering will be per the
locale of your database.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Vladimir Kokovic 2010-05-24 18:29:59 pgAdmin svn 8390 copy/paste numeric fields
Previous Message Matthew Gabeler-Lee 2010-05-22 20:33:54 pgAgent: RFE: ability to customize step order