Commit graph

2 commits

Author SHA1 Message Date
Marcus Alves Grando
15b73f9e08 - Add rc.d script.
- Bump PORTREVISION

PR:		94137
Submitted by:	Chris St Denis <chris___ctgameinfo.com>
Approved by:	maintainer timeout, 39 days
2006-04-14 18:40:59 +00:00
Marcus Alves Grando
0598ae5c65 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@gmail.com>
2005-11-03 12:42:48 +00:00