Job Scheduling

From: Majid Azimi <majid(dot)merkava(at)gmail(dot)com>
To: PostgreSQL - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Job Scheduling
Date: 2011-03-10 17:43:46
Message-ID: 4D790DD2.2000703@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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?

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Steve Crawford 2011-03-10 17:48:53 Re: Job Scheduling
Previous Message Vibhor Kumar 2011-03-10 09:59:30 Re: difference between functions and stored procedure