Re: Newbie question - Mailing list pgsql-general

From Bricklen Anderson
Subject Re: Newbie question
Date
Msg-id 428B6347.5050903@PresiNET.com
Whole thread Raw
In response to Newbie question  (Hugo <htakada@gmail.com>)
List pgsql-general
Hugo wrote:
> hi,
>
> is it possible to schedule the execution of an sql stored procedure in
> postgress on linux?
>
> thanks
>
> Hugo

cron job:
eg. Sat 2:30am

30 2 * * Sat psql -d dbname -c "select your_func()"

--
_______________________________

This e-mail may be privileged and/or confidential, and the sender does
not waive any related rights and obligations. Any distribution, use or
copying of this e-mail or the information it contains by other than an
intended recipient is unauthorized. If you received this e-mail in
error, please advise me (by return e-mail or otherwise) immediately.
_______________________________

pgsql-general by date:

Previous
From: Hugo
Date:
Subject: Re: Newbie question
Next
From: Scott Marlowe
Date:
Subject: Re: OLAP with PostgreSQL