Home
last modified time | relevance | path

Searched refs:pg_copy_to (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A D06_bug73498.phpt2 Bug 73498 Incorrect DELIMITER syntax for pg_copy_to()
12 $rows = pg_copy_to($db, "(select * from {$view_name})");
H A D06copy.phpt12 $rows = pg_copy_to($db, $table_name);
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h125 PHP_FUNCTION(pg_copy_to);
H A Dpgsql_arginfo.h509 ZEND_FUNCTION(pg_copy_to);
626 ZEND_FE(pg_copy_to, arginfo_pg_copy_to)
H A Dpgsql.stub.php417 function pg_copy_to($connection, string $table_name, string $separator = "\t", string $null_as = "\… function
H A Dpgsql.c3086 PHP_FUNCTION(pg_copy_to) in PHP_FUNCTION() argument

Completed in 26 milliseconds