From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Ottavio Campana" <ottavio(at)campana(dot)vi(dot)it> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: automatically execute a function each day |
Date: | 2007-06-10 20:34:11 |
Message-ID: | c2d9e70e0706101334p3f8d84cbr3ae845543a947e37@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 6/10/07, Ottavio Campana <ottavio(at)campana(dot)vi(dot)it> wrote:
> I want to execute a function automatically every day, let's say at midnight.
>
> Can I do it directly in postgresql, or do I have to use some external
> programs (cron?) ?
>
> Thanks.
>
you have to use an external program (cron is good)
--
regards,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Glaesemann | 2007-06-10 20:35:53 | Re: automatically execute a function each day |
Previous Message | Ottavio Campana | 2007-06-10 20:28:06 | automatically execute a function each day |