manpagez: man pages & more
man dblink_error_message(3)
Home | html | info | man
dblink_error_message(3) PostgreSQL 9.4.15 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

       connname
           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.4.15                    2017              dblink_error_message(3)

PostgreSQL 9.4.15 - Generated Wed Nov 29 18:16:04 CST 2017
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.