diff CHANGES.txt @ 7696:4af0d235b570

feat(db): support using postgresql service connection file Add new service rdbms config option to set the service name to be used with a postgresql service connection file. This can be done using the PGSERVICE environment variable for a single instance tracker server. For a multi-instance server this per-tracker config option is needed. Note that settings (host, user, (db)name...) in config.ini file will override the service connection file setting. Also setting PGSERVICE and service will use the service setting.
author John Rouillard <rouilj@ieee.org>
date Tue, 07 Nov 2023 12:11:37 -0500
parents 2be7a8f66ea7
children c73a1177c2b2
line wrap: on
line diff
--- a/CHANGES.txt	Sun Nov 05 23:01:29 2023 -0500
+++ b/CHANGES.txt	Tue Nov 07 12:11:37 2023 -0500
@@ -92,7 +92,11 @@
 - issue685275 - add pragma show_retired to control display of retired
   items when using list/table. Add pragma display_header to print
   headers for display command. Header displays designator and
-  retired/active status.
+  retired/active status. (John Rouillard)
+- support config.ini rdbms option 'service'. Allow use of a
+  PostgreSQL connection service file for configuring database on a
+  per-tracker basis. Also replaces use of PGSERVICE env variable for
+  single instance trackers. (From ML question by ivanov. John Rouillard)
 
 2023-07-13 2.3.0
 

Roundup Issue Tracker: http://roundup-tracker.org/