Lines Matching refs:pdo_pgsql_error

292 		pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);  in pgsql_handle_doer()
297 pdo_pgsql_error(dbh, qs, pdo_pgsql_sqlstate(res)); in pgsql_handle_doer()
367 pdo_pgsql_error(dbh, status, pdo_pgsql_sqlstate(res)); in pdo_pgsql_last_insert_id()
477 pdo_pgsql_error(dbh, PQresultStatus(res), pdo_pgsql_sqlstate(res)); in pdo_pgsql_transaction_cmd()
577 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "copy failed"); in PHP_METHOD()
587 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
593 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
602 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
634 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Unable to open the file"); in PHP_METHOD()
668 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "copy failed"); in PHP_METHOD()
677 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
683 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
693 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
729 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Unable to open the file for writing"); in PHP_METHOD()
761 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Unable to write to file"); in PHP_METHOD()
769 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed: getline failed"); in PHP_METHOD()
783 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
845 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed: getline failed"); in PHP_METHOD()
855 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
882 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "HY000"); in PHP_METHOD()
930 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "HY000"); in PHP_METHOD()
964 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "HY000"); in PHP_METHOD()
1069 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, PHP_PDO_PGSQL_CONNECTION_FAILURE_SQLSTATE); in pdo_pgsql_handle_factory()