Re: time delay function

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Girish Bajaj <gbajaj(at)tietronix(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: time delay function
Date: 2003-07-22 09:34:54
Message-ID: Pine.LNX.4.56.0307221052560.1495@krusty.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Tibbetts 2003-07-22 14:03:24 Re: min() and NaN
Previous Message Christoph Haller 2003-07-22 08:22:54 Re: time delay function