lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.98k stars 909 forks source link

Add NotificationConnector and methods #966

Closed jordanlewis closed 4 years ago

jordanlewis commented 4 years ago

The previous commit was kind of incomplete - it let you add a notification handler on a single connection, but didn't have the standard factory method (aka Connector) that let you customize the handlers for all new connections.

This commit remedies the issue and adds a test.

jordanlewis commented 4 years ago

cc @mjibson - sorry for the double post here, this should be good enough now.