Re: delayed input

From: Kevin Barnard <kevin(dot)barnard(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: delayed input
Date: 2004-10-19 16:28:21
Message-ID: b068057c041019092835eb31ae@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Why not do this on the client side? I'm just curious as to the benfit
of doing this on the server.

On Tue, 19 Oct 2004 11:10:58 -0500, Hicham G. Elmongui
<elmongui(at)cs(dot)purdue(dot)edu> wrote:
> 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-10-19 16:41:41 Re: delayed input
Previous Message Hicham G. Elmongui 2004-10-19 16:10:58 delayed input