| От | Craig Ringer |
|---|---|
| Тема | Re: Looking for auto starting procedures |
| Дата | |
| Msg-id | 4CF6EB7D.8020200@postnewspapers.com.au обсуждение исходный текст |
| Ответ на | Looking for auto starting procedures (<mabra@manfbraun.de>) |
| Список | pgsql-general |
On 12/01/2010 11:16 PM, mabra@manfbraun.de wrote: > The othing thing is, that I need some internally running procedures, which > do some work. On Sql Server, I can use "auto-start stored procedures". > Is there anything like this in postgresql, or what can I do? There is no built-in scheduler at present. Use PgAgent. There's been talk of integrating PgAgent into core, or at least some enhancements to core to let it run without needing an external daemon. > And, is it just possible, to put a message to the syslog and with > my own identification string? I'm not aware of a syslog module, but it'd be handy to have and it'd be pretty simple to write as a C extension. Usually people use 'RAISE NOTICE' to report to the database's logging. -- Craig Ringer
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера