dblink question please

From: "Frankie Lam" <frankie(at)ucr(dot)com(dot)hk>
To: pgsql-sql(at)postgresql(dot)org
Subject: dblink question please
Date: 2003-02-13 01:52:24
Message-ID: b2etmt$26en$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Wolff III 2003-02-13 02:19:07 Re: Possible bug in Postgres? Followup to "How do you select from a table until a condition is met?"
Previous Message Josh Berkus 2003-02-13 00:59:26 Re: anal about my syntax