Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 302 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 302 Bytes

pg-notify-tail

A client that will output messages put on a channel with NOTIFY or pg_notify() to stdout.

Usage of pg-notify-tail:
  -channel string
        The name of the channel to listen on
  -pgurl string
        Postgres URL in the form of 'postgres://user:password@host:port/db'