Re: dblink_error_message return value - Mailing list pgsql-docs

From Tom Lane
Subject Re: dblink_error_message return value
Date
Msg-id 28231.1533743837@sss.pgh.pa.us
Whole thread Raw
In response to dblink_error_message return value  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: dblink_error_message return value
Re: dblink_error_message return value
List pgsql-docs
=?utf-8?q?PG_Doc_comments_form?= <noreply@postgresql.org> writes:
> The following documentation comment has been logged on the website:
> Documentation says:

> Return Value
> Returns last error message, or an empty string if there has been no error in
> this connection.
> Which is invalid.
> Actually it returns 'OK' string if no error was raised.

Good catch!  The code's quite clear about it, but the SGML docs need
fixed.

> Secondly
> dblink_is_busy must be first called to make dblink_error_message returns an
> error message. (Tested on 9.6.9)

Meh.  I see what you're getting at here, I think, but that seems like a
completely wrong/misleading statement of the issue.  Joe, can you think of
better phraseology?

            regards, tom lane


pgsql-docs by date:

Previous
From: Chris Travers
Date:
Subject: Re: Release note trimming: another modest proposal
Next
From: "David G. Johnston"
Date:
Subject: Re: dblink_error_message return value