How to set application_name for psql command line utility?
The application_name configuration is used to identify a database client from postgres backend. It is extremely useful in debugging client issues and connection resource consumption by client using the application_name. Backend servers use connectio...