Re: Inserting a timed delay in a pl/pgsql procedure

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Inserting a timed delay in a pl/pgsql procedure
Дата
Msg-id 20060818202854.GA79876@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Inserting a timed delay in a pl/pgsql procedure  (John DeSoi <desoi@pgedit.com>)
Список pgsql-admin
On Fri, Aug 18, 2006 at 03:50:02PM -0400, John DeSoi wrote:
> The only other solution I recall was to use a  different pl language
> like perl which has a proper sleep function.

That's what I've done.  8.2 will have a pg_sleep() function so
writing your own will no longer be necessary.

http://archives.postgresql.org/pgsql-committers/2006-01/msg00187.php

--
Michael Fuhr

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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: Inserting a timed delay in a pl/pgsql procedure
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: dropping partitioned table waits forever