Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/tests/
H A D06_bug73498.phpt2 Bug 73498 Incorrect DELIMITER syntax for pg_copy_to()
14 $rows = pg_copy_to($db, "(select * from {$view_name})");
H A D06copy.phpt14 $rows = pg_copy_to($db, $table_name);
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h511 ZEND_FUNCTION(pg_copy_to);
628 ZEND_FE(pg_copy_to, arginfo_pg_copy_to)
H A Dpgsql.stub.php411 …function pg_copy_to(PgSql\Connection $connection, string $table_name, string $separator = "\t", st… function
H A Dpgsql.c3071 PHP_FUNCTION(pg_copy_to) in PHP_FUNCTION() argument

Completed in 33 milliseconds