Re: auto insert data every one minute

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: auto insert data every one minute
Date: 2008-10-18 10:37:38
Message-ID: 177c58a5-0000-4000-b36e-5e6460559953@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2008-10-18 16:31:34 parser: tokens in tsearch2
Previous Message Mark Morgan Lloyd 2008-10-18 09:50:07 Re: server install recommendations?