hasura / pg-client-hs

A low level Haskell library to connect to postgres
Apache License 2.0
25 stars 15 forks source link

Add application_name to ConnInfo #11

Closed ajeetdsouza closed 4 years ago

ajeetdsouza commented 5 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.

rakeshkky commented 4 years ago

Not relevant since the database URI string is directly used to establish the connection. See #12. Closing now.