pgbench_transaction_notify.sql

application/octet-stream

Filename: pgbench_transaction_notify.sql
Type: application/octet-stream
Part: 1
Message: [PATCH] Write Notifications Through WAL
BEGIN;
INSERT INTO test VALUES(1);
NOTIFY benchmark_channel, 'transaction_completed';
COMMIT;