diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-03 20:42:48 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-03 20:42:48 +0800 |
commit | 0ef2096b934a617957be28377edef277f92b0add (patch) | |
tree | 4018c7bff1343c7699e9a4dab4f825a06b9fc065 /databases/Makefile | |
parent | a766802ea57f240d3180827b3e41548f2f846c5b (diff) | |
download | freebsd-ports-gnome-0ef2096b934a617957be28377edef277f92b0add.tar.gz freebsd-ports-gnome-0ef2096b934a617957be28377edef277f92b0add.tar.zst freebsd-ports-gnome-0ef2096b934a617957be28377edef277f92b0add.zip |
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>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index c0dd40faba30..b655b2b8c265 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -263,6 +263,7 @@ SUBDIR += pgadmin3 SUBDIR += pgbash SUBDIR += pgcluster + SUBDIR += pgpool SUBDIR += pgworksheet SUBDIR += php-sqlrelay SUBDIR += php4-dba |