pg_result_error
(PHP 4 >= 4.2.0, PHP 5)
pg_result_error — 获得查询结果的错误信息
<h3>说明</h3>
string <strong>pg_result_error</strong>
( resource <code>$result</code>
)
<p>
<strong>pg_result_error()</strong> 返回和 <code>result</code> 资源关联的错误信息。因此用户更有机会可以得到比 pg_last_error() 更好的错误信息。
</p>
<p>
参见 pg_query(),pg_send_query(),pg_get_result(),pg_last_error() 和 pg_last_notice()。
</p>