time delay function - Mailing list pgsql-sql

From Girish Bajaj
Subject time delay function
Date
Msg-id 200307220259.AA56950830@hermes.tietronix.com
Whole thread Raw
Responses Re: time delay function
List pgsql-sql
Pseudo code:

begin trans
select * from table1
WAIT FOR 20 SECS
update table1 set blah = 'blah'
end transcation

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

Thanks,
Girish




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: min() and NaN
Next
From: Christoph Haller
Date:
Subject: Re: time delay function