©
本文档使用
php.cn手册 发布
dblink_error_message(text connname) returns text
dblink_error_message
fetches the most recent remote
error message for a given connection.
Name of the connection to use.
Returns last error message, or an empty string if there has been no error in this connection.
SELECT dblink_error_message('dtest1');