Skip to content

Commit 638cc9a

Browse files
committed
Update pg_hba.conf comment about documentation section.
1 parent 953c856 commit 638cc9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/libpq/pg_hba.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PostgreSQL Client Authentication Configuration File
22
# ===================================================
33
#
4-
# Refer to the PostgreSQL Administrator's Guide, chapter "Client
5-
# Authentication" for a complete description. A short synopsis
6-
# follows.
4+
# Refer to the "Client Authentication" section in the
5+
# PostgreSQL documentation for a complete description
6+
# of this file. A short synopsis follows.
77
#
88
# This file controls: which hosts are allowed to connect, how clients
99
# are authenticated, which PostgreSQL user names they can use, which

0 commit comments

Comments
 (0)