select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

event_manager

Loosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packageevent_manager
Version0.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemaevent_manager
Latest commit2026-05-20
Catalogue updated2026-07-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pg_asyncC extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby.
pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
supa_queueSimple PostgreSQL job queue that dispatches asynchronous HTTP requests with pg_net, schedules processing and retries with pg_cron, and stores endpoint credentials in Supabase Vault.
pgqGeneric queue for PostgreSQL
ulakTransactional Outbox extension for PostgreSQL with reliable asynchronous delivery
pg_message_queueListen/Notify-based PostgreSQL message queue extension
qgresSimple queue system
pgqbwpostgres queue backgound worker