version 1.1.2
[pgbouncer.git] / README
blob9fbdbd072b14afc50ff6073a0e727df1413aa8f2
2 PgBouncer
3 =========
5 Lightweight connection pooler for PostgreSQL.
7 Docs:   http://developer.skype.com/SkypeGarage/DbProjects/PgBouncer
8 Source: http://pgfoundry.org/projects/pgbouncer
10 Building
11 ---------
13 PgBouncer uses libevent for low-level socket handling.  When this is
14 installed just run:
16         $ ./configure --prefix=/usr/local --with-libevent=/prefix
17         $ make
18         $ make install
20 If the OS does not have libevent available as package, it can be
21 downloaded from http://monkey.org/~provos/libevent/