Обсуждение: job scheduling

Поиск
Список
Период
Сортировка

job scheduling

От
"loveablebyall"
Дата:
Hai all,
 
Is there any way to do  a job scheduling in Postgres database as in MS Sql server?
 
rao

Re: job scheduling

От
Jason Earl
Дата:
Most PostgreSQL users use the cron facilities that are part of their
operating system.  If you are running PostgreSQL on some flavor of Unix
you can type "man cron" for more information.  If you are having
problems understanding the cron system write back with more specific
questions, we'll be happy to help.

If you are running PostgreSQL on a system that doesn't include cron
(like Windows), then you should be able to get some sort of work-alike.
A quick google search for "cron windows" turned up several
possibilities.

Jason

On Mon, 2002-01-28 at 20:40, loveablebyall wrote:
> Hai all,
>
> Is there any way to do  a job scheduling in Postgres database as in MS
> Sql server?
>
> rao