Re: Newbie question

Поиск
Список
Период
Сортировка
От Bricklen Anderson
Тема Re: Newbie question
Дата
Msg-id 428B6347.5050903@PresiNET.com
обсуждение исходный текст
Ответ на Newbie question  (Hugo <htakada@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Hugo
Дата:
Сообщение: Re: Newbie question
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: OLAP with PostgreSQL