aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-10-11 23:01:46 +0000
committerBruce Momjian <bruce@momjian.us>2006-10-11 23:01:46 +0000
commit638cc9abf89a4e0ae2de45d716db2e6f7ae50501 (patch)
tree1dd56d1d97a0a815a5f9e950bdb72b39e80d8ced /src
parent953c85646eeea15d4a6caf4a5e47f251dc436fbe (diff)
downloadpostgresql-638cc9abf89a4e0ae2de45d716db2e6f7ae50501.tar.gz
postgresql-638cc9abf89a4e0ae2de45d716db2e6f7ae50501.zip
Update pg_hba.conf comment about documentation section.
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/pg_hba.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index abf4e827f13..f52d1bfe81a 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -1,9 +1,9 @@
# PostgreSQL Client Authentication Configuration File
# ===================================================
#
-# Refer to the PostgreSQL Administrator's Guide, chapter "Client
-# Authentication" for a complete description. A short synopsis
-# follows.
+# Refer to the "Client Authentication" section in the
+# PostgreSQL documentation for a complete description
+# of this file. A short synopsis follows.
#
# This file controls: which hosts are allowed to connect, how clients
# are authenticated, which PostgreSQL user names they can use, which