Re: Inserting a timed delay in a pl/pgsql procedure - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: Inserting a timed delay in a pl/pgsql procedure
Date
Msg-id 20060818202854.GA79876@winnie.fuhr.org
Whole thread Raw
In response to Re: Inserting a timed delay in a pl/pgsql procedure  (John DeSoi <desoi@pgedit.com>)
List pgsql-admin
On Fri, Aug 18, 2006 at 03:50:02PM -0400, John DeSoi wrote:
> The only other solution I recall was to use a  different pl language
> like perl which has a proper sleep function.

That's what I've done.  8.2 will have a pg_sleep() function so
writing your own will no longer be necessary.

http://archives.postgresql.org/pgsql-committers/2006-01/msg00187.php

--
Michael Fuhr

pgsql-admin by date:

Previous
From: John DeSoi
Date:
Subject: Re: Inserting a timed delay in a pl/pgsql procedure
Next
From: Jim Nasby
Date:
Subject: Re: dropping partitioned table waits forever