Re: Can we have time based triggers in Postgresql??

From: Mike Nolan <nolan(at)gw(dot)tssi(dot)com>
To: Bob(dot)Henkel(at)hartfordlife(dot)com
Cc: ajs(at)crankycanuck(dot)ca (Andrew Sullivan), pgsql-general(at)postgresql(dot)org, pgsql-general-owner(at)postgresql(dot)org
Subject: Re: Can we have time based triggers in Postgresql??
Date: 2004-04-07 13:25:32
Message-ID: 200404071325.i37DPWSl024644@gw.tssi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Not that jobs built into the database are of no value, but shell scripts
> seem to do everything you need and when there are other things to put into
> posgtresql I wouldn't vote to waste time on jobs.

I wonder if Oracle's time-based jobs feature came to be as a result of some
other uses for that code, such as snapshots?

Time-based jobs wouldn't make my top 10 wish list either, though if I had
them, I'd probably use them.

The security aspects of them could be important to some users or
potential users. Using cron either forces one to have passwords out
there in plaintext in the .pgpass file or to use a 'trusted' username
that could also be a major security hole.

Also, a script-based job can be changed or deleted by someone with the
right file permissions even though they may not have database permissions,
and vice versa.
--
Mike Nolan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2004-04-07 13:54:15 Re: Can we have time based triggers in Postgresql??
Previous Message Bob.Henkel 2004-04-07 12:29:48 Re: Can we have time based triggers in Postgresql??