From 2db3ba9c62937cfdbc0845e8b02dfc1c731f3502 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 16 Jan 2009 13:08:07 +0000 Subject: [PATCH] NEWS: expand autodb and win32 items --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 104dfc9..b593912 100644 --- 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 -- 2.40.0