delayed input

From: "Hicham G(dot) Elmongui" <elmongui(at)cs(dot)purdue(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: delayed input
Date: 2004-10-19 16:10:58
Message-ID: cl3eaj$1ggv$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to select all tuples from a table, but need them to be fetched with a
constant delay (say 1 sec) between every consecutive tuples.

The first idea that came up to my mind is to create a DelayedSeqScan
operator, and put delay before returning the scanned tuple.

Can I do this functionality using table functions?

Regards,
--h

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Barnard 2004-10-19 16:28:21 Re: delayed input
Previous Message Andrew Sullivan 2004-10-19 15:33:24 Re: Online system & transactions