Re: Scheduled jobs

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Scheduled jobs
Дата
Msg-id 1052838474.33140.14.camel@jester
обсуждение исходный текст
Ответ на Re: Scheduled jobs  (Þórhallur Hálfdánarson <tolli@tol.li>)
Ответы Re: Scheduled jobs  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-hackers
On Tue, 2003-05-13 at 10:48, Þórhallur Hálfdánarson wrote:
> -*- Andrew Sullivan <andrew@libertyrms.info> [ 2003-05-13 14:42 ]:
> > On Tue, May 13, 2003 at 01:33:25PM +0000, ??rhallur H?lfd?narson wrote:
> > > The suggestion on using ident was to eliminate the need for storing
> > > passwords in the first place...
> >
> > But how are you going to let them run scheduled jobs inside the
> > postmaster if they can't be authenticated, then?  You either have to
> > use .pgpass, user kerberos, or use ident; nothing else is safe in the
> > context you're discussing.  I don't understand the problem.
>
> I was simply pointing out some scenarios when scheduled jobs are nice. :-)
>
> I believe you have to be authenticated to *create* jobs... and would probably run as the owner, if it gets
implemented.

Wouldn't it make more sense to modify cron to be able to read scheduling
details out of the database -- rather than trying to modify PostgreSQL
to try to feed cron?

See examples of FTP, DNS, etc. software that can read authentication
elements from databases -- and the lack of DBs that have knowledge of
how to push data into those services.
--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kaare Rasmussen
Дата:
Сообщение: Re: Scheduled jobs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: GUC and postgresql.conf docs