Re: Job Scheduling

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Majid Azimi <majid(dot)merkava(at)gmail(dot)com>
Cc: PostgreSQL - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Job Scheduling
Date: 2011-03-10 17:48:53
Message-ID: 4D790F05.80900@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2011-03-10 17:49:39 Re: Job Scheduling
Previous Message Majid Azimi 2011-03-10 17:43:46 Job Scheduling