mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- Add new UID and GID for pgbouncer - Improve handling of example configuration files - Add support for the reload rc command - Other minor enhancements PR: ports/126454 Submitted by: mm Approved by: skv (maintainer)
12 lines
389 B
Text
12 lines
389 B
Text
|
|
===> CONFIGURATION NOTE:
|
|
|
|
To setup pgbouncer you need to edit the configuration file:
|
|
%%PREFIX%%/etc/pgbouncer.ini
|
|
|
|
You will also need to define the list of allowed users as
|
|
per the pgbouncer(5) man page. See the sample file:
|
|
%%PREFIX%%/etc/pgbouncer.users.sample
|
|
|
|
To run pgbouncer from startup, add pgbouncer_enable="YES"
|
|
in your /etc/rc.conf.
|