Sleep functions

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Sleep functions
Дата
Msg-id 20050821225230.GA32166@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: Sleep functions  (Andrew Dunstan <andrew@dunslane.net>)
Re: Sleep functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
What do people think of exposing pg_usleep() to the user?  It's
sometimes useful to have a server-side sleep function, and people
do ask about it occasionally (e.g., Don Drake today in pgsql-admin).
It's easy enough to do in PL/Perl, PL/Tcl, etc., but since the
backend already has pg_usleep(), is there any reason not to expose
it?  I'd propose both sleep() and usleep() functions.

-- 
Michael Fuhr


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 8.0.3 and Ipv6
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Sleep functions