centos man page for dblink_error_message

Query: dblink_error_message

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBLINK_ERROR_MESSAGE(3) 				  PostgreSQL 9.2.7 Documentation				   DBLINK_ERROR_MESSAGE(3)

NAME
dblink_error_message - gets last error message on the named connection
SYNOPSIS
dblink_error_message(text connname) returns text
DESCRIPTION
dblink_error_message fetches the most recent remote error message for a given connection.
ARGUMENTS
conname Name of the connection to use.
RETURN VALUE
Returns last error message, or an empty string if there has been no error in this connection.
EXAMPLES
SELECT dblink_error_message('dtest1'); PostgreSQL 9.2.7 2014-02-17 DBLINK_ERROR_MESSAGE(3)
Related Man Pages
pg_escape_string(3) - php
pg_escape_bytea(3) - php
pg_client_encoding(3) - php
pg_end_copy(3) - php
pg_last_error(3) - php
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it