Re: Job Scheduling

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: Job Scheduling
Дата
Msg-id 4D790F05.80900@pinpointresearch.com
обсуждение исходный текст
Ответ на Job Scheduling  (Majid Azimi <majid.merkava@gmail.com>)
Список pgsql-novice
On 03/10/2011 09:43 AM, Majid Azimi wrote:
> Hi guys.
>
> Do we have a feature in postgresql so that we can schedule some
> activities? or we should use other tools.
> I want to add a job so that it creates a new table as a partition of
> main table each month
> and updates (INSERT, UPDATE, DELETE) triggers in the main table.
> Is there any feature to do this or i should use cron?
>
Nothing built-in. Use cron - that's what it's for.

Cheers,
Steve

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

Предыдущее
От: Majid Azimi
Дата:
Сообщение: Job Scheduling
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Job Scheduling