Visual Basic (Declaration) | |
---|---|
Public Property ApplicationName As String |
C# | |
---|---|
public string ApplicationName {get; set;} |
Property Value
The client application name. The default value is an empty string (""). This value changes only when the application explicitly updates it.Can be any string of less than 64 characters (in a standard PostgreSQL build). Should include only printable ASCII characters; any other characters will be replaced with question marks (?).The application name will be displayed in the pg_stat_activity view and may be included in the server log entries.
Requirements
Platforms:Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8, Windows 10, Windows Server 2012 family.