blob: 14e7b184801a5b17237dfd1bfb99adf3327c8a25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
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.
EOM
}
]
|