Re: Scheduling Jobs In PostgreSQL

From: Kaare Rasmussen <kar(at)kakidata(dot)dk>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Scheduling Jobs In PostgreSQL
Date: 2004-11-08 09:36:52
Message-ID: 200411081036.53654.kar@kakidata.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Is it possbile to schedule jobs in postgres?

I believe that the correct answer would be: Yes, it is possible, but No you
wouldn't want to do that.

A scheduler for PostgreSQL colud be written in Perl, but a much better idea
would to use cron or another external scheduler.

--
Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582
Kaki Data tshirts, merchandize Fax: 3816 2501
Nordre Fasanvej 12 Åben 12.00-18.00 Email: kar(at)kakidata(dot)dk
2000 Frederiksberg Lørdag 12.00-16.00 Web: www.suse.dk

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message SZŰCS Gábor 2004-11-08 14:21:03 Re: Killed backend won't rollback transaction?
Previous Message Marek Lewczuk 2004-11-08 08:59:00 how to use COPY within plperl