php-src/ext/pdo_pgsql
Guillaume Outters c265b9085a
ext/pdo_pgsql: adding pgsqlSetNoticeCallback
Allows a callback to be triggered on every notice sent by PostgreSQL.

Such notices can be sent with a RAISE NOTICE in PL/pgSQL; in a long running
stored procedure, they prove useful as realtime checkpoint indicators.

close GH-6764
2024-05-22 12:32:11 +01:00
..
tests ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00
config.m4 ext/pdo_pgsql: Retrieve the memory usage of the query result resource (#14260) 2024-05-20 09:08:54 +09:00
config.w32 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
CREDITS
pdo_pgsql.c ext/pdo_pgsql: Retrieve the memory usage of the query result resource (#14260) 2024-05-20 09:08:54 +09:00
pdo_pgsql.stub.php ext/pdo_pgsql: Retrieve the memory usage of the query result resource (#14260) 2024-05-20 09:08:54 +09:00
pdo_pgsql_arginfo.h ext/pdo_pgsql: Retrieve the memory usage of the query result resource (#14260) 2024-05-20 09:08:54 +09:00
pgsql_driver.c ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00
pgsql_driver.stub.php ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00
pgsql_driver_arginfo.h ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00
pgsql_statement.c ext/pdo_pgsql: Retrieve the memory usage of the query result resource (#14260) 2024-05-20 09:08:54 +09:00
php_pdo_pgsql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_pgsql_int.h ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00