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=129e1abe78499c89e1dc1a5845a3d8711f9c742d;p=working%2FEvergreen.git LP#1492793: add release notes Signed-off-by: Galen Charlton --- 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.