Jaime Casanova <jcasa...@systemguards.com.ec> writes:
> <heikki.linnakan...@enterprisedb.com> wrote:
>> API would be user_process_startup(), user_process_shutdown().

> so it should be a GUC, that is settable only at start time.
> we need those integrated processes at all when in a standby server?

This seems like a solution in search of a problem to me.  The most
salient aspect of such processes is that they would necessarily run
as the postgres user, which means that you could never run any untrusted
code in them.  That cuts the space of "user problems" they could solve
way down.

I still haven't seen a good reason for not using cron or Task Scheduler
or other standard tools.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to