applicationName

The name this connection reports to the server, where it shows up in pg_stat_activity and in any log line written with %a. Left unset, the driver names itself - Octavius Driver - so a connection is never one of a row of blanks.

It is a startup parameter like the ones in additionalProperties, and it wins over an application_name put there by hand. That one still beats the driver's own name.