Thread: Does plpgsql have a timeout function?

Does plpgsql have a timeout function?

From
"Frankie"
Date:
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