Files
ports/databases/pgbouncer/files/pkg-message.in
T
2019-08-13 16:01:59 +00:00

16 lines
404 B
Plaintext

[
{ 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
}
]