dblink doesn't transfar non-error meesages

From: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: dblink doesn't transfar non-error meesages
Date: 2009-09-16 03:46:28
Message-ID: 20090916124001.8F31.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

contrib/dblink doesn't transfar any non-error messages. Is it by design
or to be a ToDo item? We can use PQsetNoticeReceiver() here.

postgres=# SELECT * FROM dblink_exec('dbname=postgres', 'VACUUM VERBOSE');
**** No VERBOSE messages here ****
dblink_exec
-------------
VACUUM
(1 row)

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2009-09-16 03:56:38 Re: opportunistic tuple freezing
Previous Message Andrew Gierth 2009-09-16 03:31:43 Re: updated hstore patch