Re: Pet Peeves?

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Pet Peeves?
Дата
Msg-id 878woojvza.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Pet Peeves?  (Christopher Browne <cbbrowne@gmail.com>)
Ответы Re: Pet Peeves?  (dpage@pgadmin.org)
Re: Pet Peeves?  (Guy Rouillier <guyr-ml1@burntmail.com>)
Re: Pet Peeves?  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Pet Peeves?  (Christopher Browne <cbbrowne@gmail.com>)
Список pgsql-general
Christopher Browne <cbbrowne@gmail.com> writes:

> - Managing jobs (e.g. - "pgcron")

A number of people have mentioned a job scheduler. I think a job scheduler
entirely inside Postgres would be a terrible idea.

However a cron daemon which used Postgres as a storage backend would be very
cool. It could then provide SQL functions to manipulate the schedule and allow
you to set jobs that call database functions using the existing connection
instead of forcing you to write an external script.

This is something someone could do with no special database background, the
hard part is finding a cron source base which is flexible enough to extend to
use a database backend. I'm under the impression most cron daemons are based
on pretty old and ossified source bases and are burdened by a lot of legacy
compatibility requirements.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's 24x7 Postgres support!

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

Предыдущее
От: wstrzalka
Дата:
Сообщение: Re: Pet Peeves?
Следующее
От: dpage@pgadmin.org
Дата:
Сообщение: Re: Pet Peeves?