cvs commit: ports/databases Makefile ports/databases/pgpool
Makefile distinfo pkg-descr pkg-plist
Marcus Alves Grando
mnag at FreeBSD.org
Thu Nov 3 04:42:49 PST 2005
mnag 2005-11-03 12:42:48 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/pgpool Makefile distinfo pkg-descr pkg-plist
Log:
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.
WWW: http://pgpool.projects.postgresql.org/
PR: 87701
Submitted by: Choe, Cheng-Dae <whitekid at gmail.com>
Revision Changes Path
1.454 +1 -0 ports/databases/Makefile
1.1 +29 -0 ports/databases/pgpool/Makefile (new)
1.1 +2 -0 ports/databases/pgpool/distinfo (new)
1.1 +8 -0 ports/databases/pgpool/pkg-descr (new)
1.1 +3 -0 ports/databases/pgpool/pkg-plist (new)
More information about the cvs-all
mailing list