Re: BUG #4443: Dblink wrong output on trigger - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4443: Dblink wrong output on trigger
Date
Msg-id 8306.1222777884@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4443: Dblink wrong output on trigger  ("Jose Manuel Mira" <labsig.iug@ua.es>)
List pgsql-bugs
"Jose Manuel Mira" <labsig.iug@ua.es> writes:
> If we open manually a connection (with this sentence:
> select dblink_connect('conexion','dbname=XXX user=XXX password=XXX
> host=localhost') ) the trigger must show a notice that there are open
> connections and proceed to close it. The trigger never evaluates this
> condition and proceeds to insert a row, not taking into account that there
> are open connections with the same name.

You didn't show exactly what you did and what result you got.  I tried
the function and trigger and they seem to work as expected here.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Dmitry Orlov"
Date:
Subject: BUG #4444: Wrong formated pdf manual
Next
From: "Santosh"
Date:
Subject: BUG #4445: Atomic transaction problem