Job Scheduling - Mailing list pgsql-novice

From Majid Azimi
Subject Job Scheduling
Date
Msg-id 4D790DD2.2000703@gmail.com
Whole thread Raw
Responses Re: Job Scheduling  (Steve Crawford <scrawford@pinpointresearch.com>)
Re: Job Scheduling  (Andreas Kretschmer <akretschmer@spamfence.net>)
List 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?

pgsql-novice by date:

Previous
From: Vibhor Kumar
Date:
Subject: Re: difference between functions and stored procedure
Next
From: Steve Crawford
Date:
Subject: Re: Job Scheduling