Re: Schedule Jobs in Postgres

Поиск
Список
Период
Сортировка
От Együd Csaba
Тема Re: Schedule Jobs in Postgres
Дата
Msg-id 006c01c31a2e$a32eb1b0$210a0a0a@info
обсуждение исходный текст
Ответ на Schedule Jobs in Postgres  ("Madhavi Daroor" <madhavi@zoniac.com>)
Список 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 по дате отправления:

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: COPY versus INSERT
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: - what protocol for an Internet postgres connection