delayed input

Поиск
Список
Период
Сортировка
От Hicham G. Elmongui
Тема delayed input
Дата
Msg-id cl3eaj$1ggv$1@news.hub.org
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Online system & transactions
Следующее
От: Kevin Barnard
Дата:
Сообщение: Re: delayed input