]> granicus.if.org Git - pgbouncer/commitdiff
NEWS: expand autodb and win32 items
authorMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:08:07 +0000 (13:08 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:08:07 +0000 (13:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 104dfc952a06f615a2682a05b8753f1f2ea3fd12..b5939122fde68e43639c5d007b26e90091b0836c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,29 @@
 
     * Dynamic database creation (David Galoyan)
 
+      Now you can define database with name "*".  If defined, it's connect
+      string will be used for all undefined databases.  Useful mostly
+      for test / dev environments.
+
     * Windows support (Hiroshi Saito)
 
+      PgBouncer runs on Windows 2000+ now.  To run as service, define
+      parameter service_name in config. Then:
+
+        > pgbouncer.exe config.ini -regservice
+        > net start SERVICE_NAME
+
+      To stop and unregister:
+
+        > net stop SERVICE_NAME
+        > pgbouncer.exe config.ini -unregservice
+
+      To use Windows Event Log, event DLL needs to be registered first:
+
+        > regsrv32 pgbevent.dll
+
+      Afterwards you can set "syslog = 1" in config.
+
   = Minor features =
 
     * Database names in config file can now be quoted with standard SQL