Re: Schedule Jobs in Postgres - Mailing list pgsql-general

From Együd Csaba
Subject Re: Schedule Jobs in Postgres
Date
Msg-id 006c01c31a2e$a32eb1b0$210a0a0a@info
Whole thread Raw
In response to Schedule Jobs in Postgres  ("Madhavi Daroor" <madhavi@zoniac.com>)
List pgsql-general
Dear Madhavi Daroor,
I'm not sure about the existance of scheduling in Postgres. As I can
undersand your needs, you want to do isertions when one of two fields are
modified. If it's true, I would do the modifications by means of stored
procedures, chacking the difference between the appropriate field values.
Whith this method it can be garanteed that the insertion is immediatelly
done after the condition is fulfilled.
On the other hand you could apply the crontab.

I hope I could help you.

Best Regards,
-- Csaba


pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: COPY versus INSERT
Next
From: Doug McNaught
Date:
Subject: Re: - what protocol for an Internet postgres connection