Man Page: dblink_error_message
Operating Environment: centos
Section: 3
DBLINK_ERROR_MESSAGE(3) PostgreSQL 9.2.7 Documentation DBLINK_ERROR_MESSAGE(3)NAMEdblink_error_message - gets last error message on the named connectionSYNOPSISdblink_error_message(text connname) returns textDESCRIPTIONdblink_error_message fetches the most recent remote error message for a given connection.ARGUMENTSconname Name of the connection to use.RETURN VALUEReturns last error message, or an empty string if there has been no error in this connection.EXAMPLESSELECT dblink_error_message('dtest1'); PostgreSQL 9.2.7 2014-02-17 DBLINK_ERROR_MESSAGE(3)
| Related Man Pages |
|---|
| dblink_exec(3) - centos |
| dblink_open(3) - centos |
| pg_last_notice(3) - php |
| pg_escape_bytea(3) - php |
| pg_end_copy(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |