From: Galen Charlton Date: Tue, 16 Feb 2016 20:47:47 +0000 (-0500) Subject: LP#1492793: add release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b8eb0b6376e85fe99eddc0999cc86d83ce922aef;p=evergreen%2Fpines.git LP#1492793: add release notes Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/DB_Application_Name_Option.adoc b/docs/RELEASE_NOTES_NEXT/Administration/DB_Application_Name_Option.adoc new file mode 100644 index 0000000000..640fa96fae --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/DB_Application_Name_Option.adoc @@ -0,0 +1,8 @@ +Set application name when connecting to database +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The services that connect directly to the PostgreSQL database +(and Clark Kent) now look for an application_name parameter +as part of the database login credentials specified in +`opensrf.xml`. If present, the value is used to set the +application name Pg connection value; this in turn shows up in +the Postgres `pg_stat_activity` table and Pg's logs.