Re: Pet Peeves?

From: Guy Rouillier <guyr-ml1(at)burntmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Pet Peeves?
Date: 2009-02-04 04:55:25
Message-ID: 49891FBD.8020202@burntmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Ringer wrote:
> An internal job scheduler with the ability to fire jobs on certain
> events as well as on a fixed schedule could be particularly handy in
> conjunction with true stored procedures that could explicitly manage
> transactions.

Craig, what kind of "events" are you thinking about? Triggers are
already pieces of code that run upon "certain events", namely insert,
update or delete events. What others do you have in mind?

--
Guy Rouillier

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2009-02-04 05:09:22 Re: Pet Peeves?
Previous Message Phoenix Kiula 2009-02-04 04:23:59 (Questioning the planner's mind) - was Re: Fastest way to drop an index?