fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
323 B
Text
6 lines
323 B
Text
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.
|