Re: Scheduled jobs

From: Þórhallur Hálfdánarson <tolli(at)tol(dot)li>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Zlatko Michailov <zmichailov(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Scheduled jobs
Date: 2003-05-12 23:03:20
Message-ID: 20030512230320.X31225@tol.li
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-*- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> [ 2003-05-12 22:18 ]:
> Use cron. I see no value in duplicating cron's functionality inside
> Postgres.

The biggest advantages I see:
- running tasks as a specific database user without having to store passwords on the server
- When deploying a database -- maintenance jobs can be created with SQL commands
- Not everybody have access to the server or don't have another machine to run it from

Just mentioning some pros I see -- I do agree with your point on resources and future maintenance.

--
Regards,
Tolli
tolli(at)tol(dot)li

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message alex avriette 2003-05-12 23:11:34 Re: patch src/bin/psql/help.c
Previous Message Alvaro Herrera 2003-05-12 23:01:34 Re: PostgreSQL Cookbook Site Down