Re: Scheduled Job at PostgreSQL

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Novice Postgresql-list <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Scheduled Job at PostgreSQL
Date: 2006-04-07 05:41:08
Message-ID: 20060407054108.12822.qmail@web31802.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In BSD/Linux systems this is strait forward. Does Windows have any features similar to a cron
daemon? I assume that DOS can be used as scripting language. :-/

Regards,

--- "A. Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> wrote:

> am 06.04.2006, um 21:53:54 -0700 mailte shakil tanvir folgendes:
> > I would like to know if similar thing can be done in PostgreqSQL, that
> > is whether pgsql can have scheduled database job and if there any
> > stored procedure which will send email automatically. If there is no
>
> No.
>
>
> > such facility then any idea, suggestion of how to implement it will
> > help a lot!
>
> You can use the CRON for such jobs. And you can write a sql-script with
> contains your SQL-Code, executed this with psql -f <your_script> and send
> email from within this shell-script.
>
>
> HTH, Andreas
> --
> Andreas Kretschmer (Kontakt: siehe Header)
> Heynitz: 035242/47215, D1: 0160/7141639
> GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
> === Schollglas Unternehmensgruppe ===
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Christoph Della Valle 2006-04-07 06:38:16 Re: On "linking" the types of two columns
Previous Message Richard Broersma Jr 2006-04-07 05:37:13 Re: Foreign keys and inheritance