diff -r b62210b96ea7 -r 9c138471d569 doc/web/source/installation/postgresql_configuration.rst --- a/doc/web/source/installation/postgresql_configuration.rst Sun Jul 29 14:56:14 2012 +0000 +++ b/doc/web/source/installation/postgresql_configuration.rst Sun Jul 29 16:44:20 2012 +0000 @@ -22,7 +22,10 @@ Add a line like the following to your :file:`pg_hba.conf` if you want to connect via a TCP/IP connection to the PostgreSQL server. Make sure to adjust the CIDR address if PostgreSQL is running on a -different system:: +different system: + +.. code-block:: text + :emphasize-lines: 2 # IPv4 local connections: host mailsys +mailsys 127.0.0.1/32 md5 @@ -30,7 +33,10 @@ For Unix-domain socket connections ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you want to use PostgreSQL's local Unix domain socket for database -connections add a line like the second one to your :file:`pg_hba.conf`:: +connections add a line like the second one to your :file:`pg_hba.conf`: + +.. code-block:: text + :emphasize-lines: 2 # "local" is for Unix domain socket connections only local mailsys +mailsys md5