Re: Scheduling Events? - Mailing list pgsql-sql

From David Durst
Subject Re: Scheduling Events?
Date
Msg-id 41631.216.86.192.34.1043392384.squirrel@www.la-rubber.com
Whole thread Raw
In response to Scheduling Events?  ("David Durst" <ddurst@larubber.com>)
List pgsql-sql
On a side note, if the DB doesn't support this capability.
Does anyone see a HORRIBLE issue w/ creating a C func
something of this nature.


int handle_temporal_events() { if(fork == 0) {   //In here we monitor what time it is   //And maintain a Datastructure
w/events   //And update it every so often   //Then preform various background tasks } else if(fork == -1) {   //Thread
error}
 
}




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: CAST from VARCHAR to INT
Next
From: "jack"
Date:
Subject: quastions about primary key