Re: background triggers? - Mailing list pgsql-general

From Rafal Pietrak
Subject Re: background triggers?
Date
Msg-id 1148482444.20217.135.camel@model.home.waw.pl
Whole thread Raw
In response to Re: background triggers?  (Kenneth Downs <ken@secdat.com>)
List pgsql-general
On Wed, 2006-05-24 at 08:38 -0400, Kenneth Downs wrote:
> >
> What web server and OS are you using?  In linux/apache you can fork
> off a process that runs the SP and then detach from it.

Actually it is linux/apache. Yes, I could do it that way, but eventually
I've sattled for a cron job that lookes-up a single 'dirty_log' table
and does the housekeeping if necesery.

Still, from my point of view, this is a workaround. Not an elegant,
'database' solution, which I was looking for.

-R

pgsql-general by date:

Previous
From: "Alejandro Michelin Salomon \( Adinet \)"
Date:
Subject: PK with an expression in field list
Next
From: Alban Hertroys
Date:
Subject: Re: challenging constraint situation - how do I make it