Re: dblink_error_message return value

2019-02-17 Thread Joe Conway
On 10/2/18 8:45 AM, Joe Conway wrote: > On 09/25/2018 03:58 PM, Joe Conway wrote: >> On 09/25/2018 01:50 PM, Joe Conway wrote: >>> On 08/08/2018 11:57 AM, Tom Lane wrote: =?utf-8?q?PG_Doc_comments_form?= writes: > The following documentation comment has been logged on the website: >

Re: dblink_error_message return value

2018-10-02 Thread Joe Conway
On 09/25/2018 03:58 PM, Joe Conway wrote: > On 09/25/2018 01:50 PM, Joe Conway wrote: >> On 08/08/2018 11:57 AM, Tom Lane wrote: >>> =?utf-8?q?PG_Doc_comments_form?= writes: The following documentation comment has been logged on the website: Documentation says: >>> Return Value

Re: dblink_error_message return value

2018-09-25 Thread Joe Conway
On 09/25/2018 01:50 PM, Joe Conway wrote: > On 08/08/2018 11:57 AM, Tom Lane wrote: >> =?utf-8?q?PG_Doc_comments_form?= writes: >>> The following documentation comment has been logged on the website: >>> Documentation says: >> >>> Return Value >>> Returns last error message, or an empty string

Re: dblink_error_message return value

2018-09-25 Thread Joe Conway
On 08/08/2018 11:57 AM, Tom Lane wrote: > =?utf-8?q?PG_Doc_comments_form?= 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.

Re: dblink_error_message return value

2018-08-08 Thread David G. Johnston
On Wed, Aug 8, 2018 at 8:57 AM, Tom Lane wrote: > > 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

Re: dblink_error_message return value

2018-08-08 Thread Tom Lane
=?utf-8?q?PG_Doc_comments_form?= 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'

dblink_error_message return value

2018-08-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/contrib-dblink-error-message.html Description: Documentation says: Return Value Returns last error message, or an empty string if there has been no error in this connection.