PostgresClient should support additionalStartupParameters
#518
Labels
enhancement
New feature or request
additionalStartupParameters
#518
Is your feature request related to a problem? Please describe.
Allow options to set the Application names for each connection/Query
Describe the solution you'd like
PostgresClient.Configuration should accept application name
It makes debuting which application querying the database for debug/audit purposes
Active queries can be retrieves easily with
Describe alternatives you've considered
Alternatively, a connection string should be allow to set the application instead of calling
postgresql://username@localhost/database?application_name=my_application
The text was updated successfully, but these errors were encountered: