dblink_get_result returns NULL if remote query throws error - Mailing list pgsql-docs

From PG Doc comments form
Subject dblink_get_result returns NULL if remote query throws error
Date
Msg-id 153789006006.1219.7158416078641854892@wrigleys.postgresql.org
Whole thread Raw
Responses Re: dblink_get_result returns NULL if remote query throws error  (Joe Conway <mail@joeconway.com>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.3/static/contrib-dblink-get-result.html
Description:

Please consider clarifying this page:
https://www.postgresql.org/docs/current/static/contrib-dblink-get-result.html
to state that if you call 
select dblink_get_result ('mylink',false), you will receive back a NULL if
the remote query threw an error. It is not clear on the page. At least an
example would be nice.

Thanks!

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Mention FK creation take ShareRowExclusiveLock on referencedtable
Next
From: Joe Conway
Date:
Subject: Re: dblink_get_result returns NULL if remote query throws error