Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D06_bug73498.phpt2 Bug 73498 Incorrect DELIMITER syntax for pg_copy_to()
19 $rows = pg_copy_to($db, "(SELECT * FROM {$view_name})");
H A D06copy.phpt16 $rows = pg_copy_to($db, $table_name);
/php-src/ext/pgsql/
H A Dpgsql.stub.php848 …function pg_copy_to(PgSql\Connection $connection, string $table_name, string $separator = "\t", st… function
H A Dpgsql_arginfo.h566 ZEND_FUNCTION(pg_copy_to);
697 ZEND_FE(pg_copy_to, arginfo_pg_copy_to)
H A Dpgsql.c3264 PHP_FUNCTION(pg_copy_to) in PHP_FUNCTION() argument

Completed in 30 milliseconds