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