application_name
The application_name
can be any string of less than NAMEDATALEN
characters (64 characters in a standard build). It is typically set by an application upon connection to the server. The name will be displayed in the pg_stat_activity view and included in CSV log entries. It can also be included in regular log entries via the log_line_prefix parameter. Only printable ASCII characters may be used in the application_name
value. Other characters will be replaced with question marks (?
).
Recommendations
Set this to a reasonable default for most user sessions; if in the middle of working over your application to support application names, this might be “unknown”.
Comments
Type: | string |
Context: | user |
Restart: | false |
On StackOverflow
On pgsql-hackers
- RE: Libpq support to connect to standby server as priority
- Re: Libpq support to connect to standby server as priority
- Set fallback_application_name for a walreceiver to cluster_name
- Re: Adding Unix domain socket path and port to pg_stat_get_wal_senders()
- Re: Protect syscache from bloating with negative cache entries