Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 334 Bytes

set-the-connected-application-name.md

File metadata and controls

11 lines (7 loc) · 334 Bytes

Set The Connected Application Name

Category: Postgres

To set the the name of the application which has established a connection to Postgres, run the following command:

SET application_name = 'orbiks';

Once set, the name will be reflected in pg_stat_activity for the duration of the session until it is changed.