From: Marko Kreen Date: Wed, 5 Aug 2015 15:04:38 +0000 (+0300) Subject: doc: more fixes X-Git-Url: http://git.postgresql.org/gitweb/edit?a=commitdiff_plain;h=a51d48304e68adfdc1a97d3b1a88cb59f2509389;p=pgbouncer.git doc: more fixes --- diff --git a/doc/config.rst b/doc/config.rst index 62f3a9c..266a83c 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -938,7 +938,7 @@ So user `admin` with password `1234` will have MD5-hidden password 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: diff --git a/doc/usage.rst b/doc/usage.rst index 97cf5fe..b23c26b 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -74,7 +74,7 @@ Basic setup and usage as following. 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" @@ -102,7 +102,7 @@ Basic setup and usage as following. 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;