summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-12-11 16:30:07 -0500
committerTim Graham <timograham@gmail.com>2012-12-11 16:34:17 -0500
commit0eed8ece320a8a0334c78abc43c82fdb9f1f9827 (patch)
treecae61a9ce286b207e91e0707ac4103e6a9f21981 /docs/ref/databases.txt
parent7e97f4f510b2972c867ae7674fc40134413c16ab (diff)
Fixed #19377 - Emphasized database host link in tutorial
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 946d0f4f3b..352c0f4584 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -34,13 +34,9 @@ aggregate with a database backend that falls within the affected release range.
.. _Release 8.2.5: http://www.postgresql.org/docs/devel/static/release-8-2-5.html
PostgreSQL connection settings
-------------------------------
+-------------------------------
-By default (empty :setting:`HOST`), the connection to the database is done
-through UNIX domain sockets ('local' lines in pg_hba.conf). If you want to
-connect through TCP sockets, set :setting:`HOST` to 'localhost' or '127.0.0.1'
-('host' lines in pg_hba.conf). On Windows, you should always define
-:setting:`HOST`, as UNIX domain sockets are not available.
+See :setting:`HOST` for details.
Optimizing PostgreSQL's configuration
-------------------------------------