delayed input - Mailing list pgsql-general

From Hicham G. Elmongui
Subject delayed input
Date
Msg-id cl3eaj$1ggv$1@news.hub.org
Whole thread Raw
Responses Re: delayed input  (Kevin Barnard <kevin.barnard@gmail.com>)
Re: delayed input  (Richard Huxton <dev@archonet.com>)
Re: delayed input  (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>)
List 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



pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Online system & transactions
Next
From: Kevin Barnard
Date:
Subject: Re: delayed input