Re: time delay function

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: time delay function
Дата
Msg-id Pine.LNX.4.56.0307221052560.1495@krusty.credativ.de
обсуждение исходный текст
Ответ на time delay function  ("Girish Bajaj" <gbajaj@tietronix.com>)
Список pgsql-sql
Girish Bajaj writes:

> In pgplsql, Im looking for something like a function that I can use to
> make the process to wait for 20 secs before continuing to execute the
> next sql statment?

There is no built-in support for that, but you could write your own
function in C that accomplishes that, for example by calling sleep().

-- 
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Christoph Haller
Дата:
Сообщение: Re: time delay function
Следующее
От: "Cristian Cappo A."
Дата:
Сообщение: Re: How access to array component