You can use pg_set_error_verbosity() to retrieve SQLSTATUS from pg_last_error().
![]() |
|
||||||||||
|
pg_result_errorОписаниеstring pg_result_error ( resource result )
pg_result_error() returns any error message
associated with the The function pg_result_error_field() can give much greater detail on result errors than pg_result_error(). Because pg_query() returns FALSE if the query fails, you must use pg_send_query() and pg_get_result() to get the result handle. Список параметров
Возвращаемые значения
Returns a string if there is an error associated with the
Смотрите также
pg_result_error
axon dot wp at wp dot pl
02-Mar-2006 04:20
You can use pg_set_error_verbosity() to retrieve SQLSTATUS from pg_last_error().
15-Mar-2004 04:12
Because pg_query() returns FALSE if the query fails, you must must use pg_send_query() and pg_get_result() to get the result handle. |