Grzegorz Jaśkiewicz wrote:

how about windows task scheduler ? (cron-ish thing)

If the OP wants to do the exact same insert every minute, then the OS scheduler sure does the job.

That's not how I understood the question, though. My interpretation is that he has a SQL script with an ordered list of INSERTs to perform and he wants to throttle the execution, in which case scheduling at the OS level doesn't help that much.

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org

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

Reply via email to