Re: Temporal Event

From: Arjen van der Meijden <acm(at)tweakers(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Temporal Event
Date: 2002-07-03 21:06:09
Message-ID: afvovu$klc$1@news.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Can't you just run a cronjob executing a query?
Something like this in your crontab:
0 12 * * * su - postgres -c "psql < your.job.sql"

eunice palmeira wrote:
> Hi,
> I would like to trigger a rule every day in the
> specific periodic time, such as: at 12:00 pm, in
> Postgresql. But i don't know if it is possible. Help
> me please.
> Eunice Palmeira -- Maceió AL - Brasil

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Darley 2002-07-03 21:33:56 Re: Bad records in table
Previous Message Jochem van Dieten 2002-07-03 21:01:50 Re: PostgreSQL 7.2.1 on SuSE Linux with Coldfusion MX