A channel to Postgres that tracks the subscription to a given Postgres channel using the <code>LISTEN/UNLISTEN</code> commands.
When paused the channel discards the messages.
A class for managing subscriptions using <code>LISTEN/UNLISTEN</code> to Postgres channels.
The subscriber manages a single connection to Postgres.