Application Name in PostgreSQL
From Dimitri’s The Art of PostgreSQL.
PostgreSQL has an application_name parameter, which you can set in the
connection string.
It is then possible have it reported in the server’s logs and is also part of
the system pg_stat_activity.
For example:
| |
#Til #Postgresql #Application_name #Taop #The Art of PostgreSQL