Re: job scheduling

From: Jason Earl <jason(dot)earl(at)simplot(dot)com>
To: loveablebyall <loveablebyall(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: job scheduling
Date: 2002-01-29 16:35:33
Message-ID: 1012322133.24959.141.camel@npa01zz001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Link 2002-01-29 16:54:45 Upgrade 7.0.3 -> 7.1.3 problems!
Previous Message Andrew Sullivan 2002-01-29 16:22:56 Re: Moving my business to PostgreSQL