applicationName property

String? applicationName
final

If provided, it will set that name to the Postgres connection for debugging purposes. If a different name is desired for different connections opened by the pool, the name can contain '{{connectionId}}' which would get replaced at run time.

Active connections and their names can be obtained in Postgres with SELECT * FROM pg_stat_activity

Implementation

final String? applicationName;