Re: HOWTO : plpgsql stored function spawn cron job that will run other stored functions - Mailing list pgsql-novice

From Robert M. Bernabe
Subject Re: HOWTO : plpgsql stored function spawn cron job that will run other stored functions
Date
Msg-id 011901c8442b$1c6d0b50$6501a8c0@calhoun
Whole thread Raw
In response to HOWTO : plpgsql stored function spawn cron job that will run other stored functions  ("Robert M. Bernabe" <rbernabe@sandmansystems.com>)
Responses Re: HOWTO : plpgsql stored function spawn cron job that will run other stored functions  ("Obe, Regina" <robe.dnd@cityofboston.gov>)
List pgsql-novice
Again Thanks. Would you know of any documentation that details how to
programmatically control pgagent? Also something that details the tables it
uses plus maybe scripting and interface? Thanks.


----- Original Message -----
From: "Obe, Regina" <robe.dnd@cityofboston.gov>
To: "Robert M. Bernabe" <rbernabe@sandmansystems.com>;
<pgsql-novice@postgresql.org>
Sent: Friday, December 21, 2007 8:07 PM
Subject: RE: [NOVICE] HOWTO : plpgsql stored function spawn cron job that
will run other stored functions


Not quite clear what you are asking for.

Does PgAgent fit your needs http://www.pgadmin.org/docs/1.8/pgagent.html
?

If you needed jobs dynamically created for some reason I think all you
would need to do is stuff the appropriate records in the PgAgent related
tables.  Although I'm not quite sure if you are looking for a simple
scheduling agent which is what PgAgent is or for something more advanced
or if you have already ruled it out for some other reason.

Hope that helps,
Regina


I'm protected by SpamBrave
http://www.spambrave.com/


pgsql-novice by date:

Previous
From: John DeSoi
Date:
Subject: Re: HOWTO : plpgsql stored function spawn cron job that will run other stored functions
Next
From: "Milan Cirovic"
Date:
Subject: pgAgent on workstation/client