LP#1492793: add release notes
authorGalen Charlton <gmc@esilibrary.com>
Tue, 16 Feb 2016 20:47:47 +0000 (15:47 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 2 Mar 2016 20:58:32 +0000 (15:58 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
docs/RELEASE_NOTES_NEXT/Administration/DB_Application_Name_Option.adoc [new file with mode: 0644]

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 (file)
index 0000000..640fa96
--- /dev/null
@@ -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.