Re: Scheduling Events?

From: "Ed L(dot)" <pggeneral(at)bluepolka(dot)net>
To: ddurst(at)larubber(dot)com, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Scheduling Events?
Date: 2003-01-24 02:39:03
Message-ID: 200301231939.03150.pggeneral@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thursday January 23 2003 5:16, David Durst wrote:
> Is there anyway to schedule DB Events based on time?

If you're using one of the unices (linux, etc.), how about...

crontab + perl + DBI + DBD::Pg?

or

crontab + bash/sh + psql + pl/pgsql?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Luke Pascoe 2003-01-24 02:56:19 CAST from VARCHAR to INT
Previous Message Oliver Vecernik 2003-01-24 02:38:16 plpgsql: debugging