Hello,
Does anyone know if there's a simple way that let dblink function calls in a
plpgsql function wouldn't raise exception, in case there's sth wrong.
(e.g. cannot connect to the remote host ......)
I want this because I want to have more controls over plpgsql function, as
plpgsql only offers a very limited error exception handler.
Regards, Frankie.