[GENERAL] Job scheduling in Postgre

2008-12-02 Thread IPS
I have certain jobs  to be executed automatically at a given interval of time in the postgre SQL database. Is their any utility/feature available in Postgre to do so.with regards, I.P.S. Sethi

Re: [GENERAL] Job scheduling in Postgre

2008-12-02 Thread A. Kretschmer
am Tue, dem 02.12.2008, um 16:45:16 +0500 mailte IPS folgendes: > I have certain jobs to be executed automatically at a given interval of time > in the postgre SQL database. Is their any utility/feature available in Postgre > to do so. No, use the scheduler from the OS, CRON for example (UNIX).

Re: [GENERAL] Job scheduling in Postgre

2008-12-02 Thread Raymond O'Donnell
On 02/12/2008 11:45, IPS wrote: > I have certain jobs to be executed automatically at a given interval of > time in the postgre SQL database. Is their any utility/feature available > in Postgre to do so. cron? Ray. -- Raymond O'Do

Re: [GENERAL] Job scheduling in Postgre

2008-12-04 Thread Robert Treat
On Tuesday 02 December 2008 07:11:02 A. Kretschmer wrote: > am Tue, dem 02.12.2008, um 16:45:16 +0500 mailte IPS folgendes: > > I have certain jobs to be executed automatically at a given interval of > > time in the postgre SQL database. Is their any utility/feature available > > in Postgre to do

Re: [GENERAL] Job scheduling in Postgre

2008-12-04 Thread Dave Page
On Thu, Dec 4, 2008 at 3:50 PM, Robert Treat <[EMAIL PROTECTED]> wrote: > On Tuesday 02 December 2008 07:11:02 A. Kretschmer wrote: >> am Tue, dem 02.12.2008, um 16:45:16 +0500 mailte IPS folgendes: >> > I have certain jobs to be executed automatically at a given interval of >> > time in the post

Re: [GENERAL] Job scheduling in Postgre

2008-12-04 Thread A. Kretschmer
am Thu, dem 04.12.2008, um 10:50:38 -0500 mailte Robert Treat folgendes: > On Tuesday 02 December 2008 07:11:02 A. Kretschmer wrote: > > am Tue, dem 02.12.2008, um 16:45:16 +0500 mailte IPS folgendes: > > > I have certain jobs to be executed automatically at a given interval of > > > time in the

Re: [GENERAL] Job scheduling in Postgre

2008-12-04 Thread Dave Page
On Thu, Dec 4, 2008 at 4:21 PM, A. Kretschmer <[EMAIL PROTECTED]> wrote: > am Thu, dem 04.12.2008, um 10:50:38 -0500 mailte Robert Treat folgendes: >> On Tuesday 02 December 2008 07:11:02 A. Kretschmer wrote: >> > am Tue, dem 02.12.2008, um 16:45:16 +0500 mailte IPS folgendes: >> > > I have certa

Re: [GENERAL] Job scheduling in Postgre

2008-12-04 Thread A. Kretschmer
am Thu, dem 04.12.2008, um 16:40:38 + mailte Dave Page folgendes: > >> There is a database level schedular called (iirc) pgAgent, which comes > >> bundled > >> with pgAdmin. I think it's so well hidden because it comes as a part of a > > > > How does it work? Independent from the OS? On the s

Re: [GENERAL] Job scheduling in Postgre

2008-12-04 Thread Jason Long
Robert Treat wrote: On Tuesday 02 December 2008 07:11:02 A. Kretschmer wrote: am Tue, dem 02.12.2008, um 16:45:16 +0500 mailte IPS folgendes: I have certain jobs to be executed automatically at a given interval of time in the postgre SQL database. Is their any utility/feature availabl

Re: [GENERAL] Job scheduling in Postgre

2008-12-04 Thread Scott Marlowe
On Thu, Dec 4, 2008 at 3:54 PM, Jason Long <[EMAIL PROTECTED]> wrote: > > What is everyone using instead of pgAdmin? > In production I only use ssh and psql, but in development I do use pgAdmin. I do it all with cron and psql / pg_backup / bash -- Sent via pgsql-general mailing list (pgsql-gen