Re: [HACKERS] Event scheduling

2012-04-02 Thread Simon Riggs
On Mon, Apr 2, 2012 at 8:36 AM, Simon Riggs wrote: > On Mon, Apr 2, 2012 at 1:17 AM, Joe Van Dyk wrote: > >> Anyone else want event scheduling / cron / temporal triggers in >> postgresql? http://dev.mysql.com/doc/refman/5.1/en/events-overview.html >> shows how it works in mysql. >> >> Can we thro

Re: [HACKERS] Event scheduling

2012-04-02 Thread Simon Riggs
On Mon, Apr 2, 2012 at 1:17 AM, Joe Van Dyk wrote: > Anyone else want event scheduling / cron / temporal triggers in > postgresql? http://dev.mysql.com/doc/refman/5.1/en/events-overview.html > shows how it works in mysql. > > Can we throw money at someone to get this in postgres? Is there work >

[HACKERS] Event scheduling

2012-04-01 Thread Joe Van Dyk
Anyone else want event scheduling / cron / temporal triggers in postgresql? http://dev.mysql.com/doc/refman/5.1/en/events-overview.html shows how it works in mysql. Can we throw money at someone to get this in postgres? Is there work already being done on this? Being able to regularly execute a p