a script that queries database periodically

Поиск
Список
Период
Сортировка
От Bernie Huang
Тема a script that queries database periodically
Дата
Msg-id 3A22B485.E8963417@ec.gc.ca
обсуждение исходный текст
Ответы Re: a script that queries database periodically  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Re: a script that queries database periodically  (Mathijs Brands <mathijs@ilse.nl>)
RE: a script that queries database periodically  ("Wojciech Milek" <wojciech.milek@demo.pl>)
Re: [PHP] a script that queries database periodically  (Jason <jason@jnj.org>)
Re: [PHP] a script that queries database periodically  (Folke Ashberg <folke@fanstage.de>)
Список pgsql-sql
Hello,

My boss wants me to write a script that will send a email report to him
monthly with the result of database queries.

For example, an email would be like:

Monthly report
+----------+---------+---------------+
| Vehicles | Mileage | # of Signouts |
+----------+---------+---------------+
| Vehicle1 | 10324   | 5             |
+----------+---------+---------------+
| Vehicle2 | 19384   | 6             |
+----------+---------+---------------+
...

I was thinking of writing up a PHP script and put into crontab, which is
somehow easier than a shell script, but PHP is an apache module, so I
cannot execute PHP under crontab (it has to be executed in a browser
right?).  I guess a shell script is necessary.  So, is it possible to
call 'psql' and returning its query result and I can use sendmail to
email the result? Any other idea?

Thanks.

- Bernie

Вложения

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

Предыдущее
От: Anthony
Дата:
Сообщение: Re: count( distinct x )
Следующее
От: Mathijs Brands
Дата:
Сообщение: Re: removing a DB??