Re: Scheduled jobs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Scheduled jobs
Дата
Msg-id 19183.1052777831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Scheduled jobs  (Zlatko Michailov <zmichailov@yahoo.com>)
Ответы Re: Scheduled jobs  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Re: Scheduled jobs  (Þórhallur Hálfdánarson <tolli@tol.li>)
Список pgsql-hackers
Zlatko Michailov <zmichailov@yahoo.com> writes:
> I didn't find any documentation mentioning scheduled jobs. I assume
> there is no such a feature yet. I would like to implement it if
> someone helps me with the development process (I am brand new to
> OpenSource projects).

> Basically the feature should include scheduling function exeution at:
>     - postmaster startup
>     - postmaster shutdown
>     - a specified moment
>     - a time of the day/month/year
>     - recurring at a time interval

Use cron.  I see no value in duplicating cron's functionality inside
Postgres.

> Besides, both Oracle and Microsoft have the feature.

They can afford to expend developer time on inventing and maintaining
useless "features".  We have very finite resources and have to be
careful of buying into supporting things that won't really pull their
weight.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Zlatko Michailov
Дата:
Сообщение: Scheduled jobs
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Scheduled jobs