Re: time delay function - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: time delay function
Date
Msg-id Pine.LNX.4.56.0307221052560.1495@krusty.credativ.de
Whole thread Raw
In response to time delay function  ("Girish Bajaj" <gbajaj@tietronix.com>)
List 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 by date:

Previous
From: Christoph Haller
Date:
Subject: Re: time delay function
Next
From: "Cristian Cappo A."
Date:
Subject: Re: How access to array component