running maintenance tasks on DB

Поиск
Список
Период
Сортировка
От Louis-David Mitterrand
Тема running maintenance tasks on DB
Дата
Msg-id 20000923172647.A10488@styx
обсуждение исходный текст
Ответы Re: running maintenance tasks on DB  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-general
Hello,

Approaching completion of an online auction system based on Postgres and
mod_perl/Apache I yet have to devise a good way of running certain
maintenance tasks on the DB like closing auctions, notifying winners,
transferring old records to archive tables, etc.

What is the usual way of programming such tasks? Write a backend
function (in pl/sql or C) and call it from a cron job? From a mod_perl
handler?

Thanks in advance for any insight, cheers,

--
Louis-David Mitterrand - ldm@apartia.org - http://www.apartia.org

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] how to store a query, that results in a table
Следующее
От: Neil Conway
Дата:
Сообщение: Re: running maintenance tasks on DB