[SQL] Scheduling Jobs In PostgreSQL

2004-11-07 Thread Chethana Kuloor
Is it possbile to schedule jobs in postgres? __ Post your free ad now! http://personals.yahoo.ca ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an

Re: [SQL] Scheduling Jobs In PostgreSQL

2004-11-07 Thread Michael Fuhr
On Fri, Nov 05, 2004 at 12:05:24PM -0500, Chethana Kuloor wrote: > Is it possbile to schedule jobs in postgres? Most operating systems come with some kind of scheduler (e.g., cron on Unix-like systems). Are you not able to use that? -- Michael Fuhr http://www.fuhr.org/~mfuhr/ -

Re: [SQL] Scheduling Jobs In PostgreSQL

2004-11-07 Thread Christopher Browne
Martha Stewart called it a Good Thing when [EMAIL PROTECTED] (Chethana Kuloor) wrote: > Is it possbile to schedule jobs in postgres? No. You may schedule jobs using cron. -- select 'cbbrowne' || '@' || 'ntlug.org'; http://linuxfinances.info/info/spiritual.html "If you were to implement this i

Re: [SQL] Scheduling Jobs In PostgreSQL

2004-11-08 Thread Kaare Rasmussen
> Is it possbile to schedule jobs in postgres? I believe that the correct answer would be: Yes, it is possible, but No you wouldn't want to do that. A scheduler for PostgreSQL colud be written in Perl, but a much better idea would to use cron or another external scheduler. -- Kaare Rasmussen