summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-03 12:42:48 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-03 12:42:48 +0000
commit0598ae5c6551428d6621af660398377439267d22 (patch)
tree63817dca457a011f618f4beef2378db185b2f896 /databases/Makefile
parent- Drop ineffective INSTALLS_SHLIB, set LD_RUN_PATH during compilation (diff)
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>
Notes
Notes: svn path=/head/; revision=147119
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
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