php-src/ext/pgsql
David Carlier 162a311cc8
ext/pgsql: adding pg_put_copy_data/pg_put_copy_end.
pg_put_copy_data allows to send COPY commands to the server.
pg_put_copy_end signals the end of the n commands.

Both return 3 states ; 1, 0 and -1 when 1 is success, 0 the buffer queue
is full then -1 for errors.

Close GH-14325
2024-05-28 18:35:40 +01:00
..
tests ext/pgsql: adding pg_put_copy_data/pg_put_copy_end. 2024-05-28 18:35:40 +01:00
config.m4 ext/pgsql: adding pg_change_password functionality. 2024-05-20 12:57:37 +01:00
config.w32 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
CREDITS
pgsql_arginfo.h ext/pgsql: adding pg_put_copy_data/pg_put_copy_end. 2024-05-28 18:35:40 +01:00
pgsql.c ext/pgsql: adding pg_put_copy_data/pg_put_copy_end. 2024-05-28 18:35:40 +01:00
pgsql.stub.php ext/pgsql: adding pg_put_copy_data/pg_put_copy_end. 2024-05-28 18:35:40 +01:00
php_pgsql.h Merge branch 'PHP-8.2' into PHP-8.3 2023-12-23 17:15:06 +00:00