From 0598ae5c6551428d6621af660398377439267d22 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Thu, 3 Nov 2005 12:42:48 +0000 Subject: 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 --- databases/pgpool-II-23/pkg-descr | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 databases/pgpool-II-23/pkg-descr (limited to 'databases/pgpool-II-23/pkg-descr') diff --git a/databases/pgpool-II-23/pkg-descr b/databases/pgpool-II-23/pkg-descr new file mode 100644 index 000000000000..a636d10f9948 --- /dev/null +++ b/databases/pgpool-II-23/pkg-descr @@ -0,0 +1,8 @@ +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/ -- cgit v1.2.3