postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Adding PGAPPNAME Environment Variable

Open gimse opened this issue 1 year ago • 2 comments

Making it possible to set the application_name with the PGAPPNAME environment variable. This is a standard set by the Postgres team (https://www.postgresql.org/docs/current/libpq-envars.html).

It is a nice to have feature, and makes it easier to transition from the pg package 🔢 😊

gimse avatar Jul 07 '24 08:07 gimse