HBA file format
===============
-It follows the format of PostgreSQL pg_hba.conf file:
+It follows the format of PostgreSQL pg_hba.conf file -
http://www.postgresql.org/docs/9.4/static/auth-pg-hba-conf.html
There are following differences:
pidfile = pgbouncer.pid
admin_users = someuser
-2. Create a users.txt file::
+2. Create ``users.txt`` file that contains users allowed in::
"someuser" "same_password_as_in_server"
RESUME
SHUTDOWN
- 6. If you made changes to the pgbouncer.ini file, you can reload it with::
+6. If you made changes to the pgbouncer.ini file, you can reload it with::
pgbouncer=# RELOAD;