Re: Scheduled Job at PostgreSQL

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Scheduled Job at PostgreSQL
Дата
Msg-id 20060407050754.GA8541@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Scheduled Job at PostgreSQL  (shakil tanvir <tanvirshakil@yahoo.com>)
Ответы Re: Scheduled Job at PostgreSQL
Список pgsql-novice
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    ===

В списке pgsql-novice по дате отправления:

Предыдущее
От: shakil tanvir
Дата:
Сообщение: Scheduled Job at PostgreSQL
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Foreign keys and inheritance