pgbench_transaction_notify.sql
application/octet-stream
Filename: pgbench_transaction_notify.sql
Type: application/octet-stream
Part: 1
BEGIN; INSERT INTO test VALUES(1); NOTIFY benchmark_channel, 'transaction_completed'; COMMIT;