   #PHP Manual PostgreSQL functions pg_query pg_result_seek

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                pg_result_error

   (PHP 4 >= 4.2.0)
   pg_result_error --  Get error message associated with result

Description

   string pg_result_error ( resource result)

   pg_result_error() returns error message associated with result
   resource. Therefore, user has better chance to get better error
   message than pg_last_error().

   See also pg_query(), pg_send_query(), pg_get_result(), pg_last_error()
   and pg_last_notice()
   ______________________________________________________________________

   Prev     Home           Next
   pg_query  Up  pg_result_seek
