Skip to content

girishgupta211/pg_notify_trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This TRIGGER function calls PosgreSQL's NOTIFY command with a JSON payload.

You can listen for these calls and then send the JSON payload to a message queue (like AMQP/RabbitMQ) or trigger other actions.

There's some restrictions in terms on what you can send

Maximum of 8000 bytes in the payload 8GB queue by default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published