Does plpgsql have a timeout function?

From: "Frankie" <frankie(at)ucr(dot)com(dot)hk>
To: pgsql-general(at)postgresql(dot)org
Subject: Does plpgsql have a timeout function?
Date: 2003-01-27 04:41:27
Message-ID: b12d74$1u1n$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

Does anyone know if 'plpgsql' has a function such that it can do pause like
sleep() function of C language? I want this to do a timeout for dblink()*
functions used inside plpgsql.

Thanks for your help.

* dblink is a contribution program comes along with postgresql source
package.

Frankie

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Christian Imbeault 2003-01-27 05:24:52 Re: Compiling PHP with Postgres support problem
Previous Message Frankie 2003-01-27 04:35:44 Re: ERROR: language "plpgsql" does not exist