Closed ajeetdsouza closed 4 years ago
Add connAppName :: String to ConnInfo. This will support the application_name option in PostgreSQL, which can be viewed in the pg_stat_activity table.
connAppName :: String
ConnInfo
application_name
pg_stat_activity
Not relevant since the database URI string is directly used to establish the connection. See #12. Closing now.
Add
connAppName :: String
toConnInfo
. This will support theapplication_name
option in PostgreSQL, which can be viewed in thepg_stat_activity
table.