Re: scheduler in core

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: scheduler in core
Дата
Msg-id 937d27e11002201632s3f3db40anb3aedf4bd9239775@mail.gmail.com
обсуждение исходный текст
Ответ на Re: scheduler in core  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Ответы Re: scheduler in core  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Список pgsql-hackers
On Sun, Feb 21, 2010 at 12:03 AM, Jaime Casanova
<jcasanov@systemguards.com.ec> wrote:
> On Sat, Feb 20, 2010 at 4:37 PM, Dave Page <dpage@pgadmin.org> wrote:
>> On Sat, Feb 20, 2010 at 9:33 PM, Jaime Casanova
>> <jcasanov@systemguards.com.ec> wrote:
>>> Hi,
>>>
>>> I'm trying to figure out how difficult is this
>>
>> Why not just use pgAgent? It's far more flexible than the design
>> you've suggested, and already exists.
>>
>
> - it's not that easy if you don't have pgadmin

That's easily changed. EDB's Advanced Server emulates Oracles DBMS_JOB
interface with it for example.

> - i need to backup postgres database to backup the schedules

Only if you put the control schema in that database. If you don't want
to do that, stick it somewhere else. With your proposed scheme, you'd
probably have to use pg_dumpall --backup-globals (or whatever it's
called)

> - the use pgagent here is not very extended but the few a know have
> tried desisted because they
> said: "not always executed the jobs"... i don't have any real evidence
> of that and probably what happens
> was that the pgagent daemon wasn't working (error prone), but being it
> started by the postmaster get rid of that
> problem...

Noone has ever reported such a bug that I'm aware of.


-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: alpha4 bundled -- please verify
Следующее
От: Dave Page
Дата:
Сообщение: Re: scheduler in core