Searched refs:pg_set_error_verbosity (Results 1 – 6 of 6) sorted by relevance
18 if (function_exists('pg_set_error_verbosity')) {19 pg_set_error_verbosity($db, PGSQL_ERRORS_TERSE);20 pg_set_error_verbosity($db, PGSQL_ERRORS_DEFAULT);21 pg_set_error_verbosity($db, PGSQL_ERRORS_VERBOSE);22 pg_set_error_verbosity($db, PGSQL_ERRORS_SQLSTATE);
17 pg_set_error_verbosity(PGSQL_ERRORS_TERSE);85 Deprecated: pg_set_error_verbosity(): Automatic fetching of PostgreSQL connection is deprecated in …
518 ZEND_FUNCTION(pg_set_error_verbosity);636 ZEND_FE(pg_set_error_verbosity, arginfo_pg_set_error_verbosity)
808 function pg_set_error_verbosity($connection, int $verbosity = UNKNOWN): int|false {} function
2836 PHP_FUNCTION(pg_set_error_verbosity) in PHP_FUNCTION() argument
1358 . pg_set_error_verbosity adding PGSQL_ERRORS_STATE constant. (David Carlier)
Completed in 33 milliseconds