Port details |
- pgpool-II-46 Connection pool server for PostgreSQL (4.6.X branch)
- 4.6.3 databases
=1 4.6.2Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2025-03-04 08:36:50
- Last Update: 2025-08-22 10:07:17
- Commit Hash: f9373b0
- People watching this port, also watch:: tmux, munin-node, nextcloud-appointments-php83, memcached, monit
- License: MIT
- WWW:
- https://pgpool.net/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- pgpool-II-46>0:databases/pgpool-II-46
- Conflicts:
- CONFLICTS_INSTALL:
- pgpool-II-[0-9][0-9]
- pgpool-II[0-9][0-9]
- To install the port:
- cd /usr/ports/databases/pgpool-II-46/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pgpool-II-46
- pkg install pgpool-II-46
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pgpool-II-46
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1755856683
SHA256 (pgpool-II-4.6.3.tar.gz) = 46688668b2ace67d8161a320256252d98698bc7d9788cc6727269d5720299f2c
SIZE (pgpool-II-4.6.3.tar.gz) = 5602204
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql17-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pgpool-II-46-4.6.3:
DOCS=on: Build and/or install documentation
MEMCACHED=off: Use memcached for in memory query cache
PAM=off: Build with PAM support
SSL=on: Build with OpenSSL support
===> Use 'make config' to modify these settings
- Options name:
- databases_pgpool-II-46
- USES:
- gmake libtool pgsql ssl
- pkg-message:
- For install:
- In order to start pgpool you need some more configuration:
# sysrc pgpool_user="root"
# service pgpool enable
Please consider the usage of another user. The user is
required to have read/write access to /var/run/pgpool.
Using the root user is - as always - an security issue.
- Master Sites:
|