From: Marko Kreen Date: Fri, 16 Jan 2009 13:08:07 +0000 (+0000) Subject: NEWS: expand autodb and win32 items X-Git-Tag: pgbouncer_1_3_rc1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2db3ba9c62937cfdbc0845e8b02dfc1c731f3502;p=pgbouncer NEWS: expand autodb and win32 items --- 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