Re: delayed input

From: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: delayed input
Date: 2004-10-19 16:43:56
Message-ID: opsf4l3ixtcq72hf@musicbox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Use a cursor...

> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Otto Blomqvist 2004-10-19 17:06:25 Views + UNION ALL = Slow ?
Previous Message Richard Huxton 2004-10-19 16:41:41 Re: delayed input