summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1997-01-10 21:22:02 +0000
committerBruce Momjian1997-01-10 21:22:02 +0000
commit7f833f88267c845068c037b4bf416086ed2d8c26 (patch)
tree9ac37ca03579f5de4d54a09e987aea7a98c9733f
parentce02ccf43d7b57c98d73bc0cb1db3dc036a350df (diff)
INSTALL fix for pg_hba.conf
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b0404bd8ace..b61c62d594f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -162,7 +162,7 @@ Setting up Permissions
The first thing you should do after creating a database system is set up
the permissions for connecting to the database. These are kept in the
-file pg_hba in the data directory. Initdb creates a sample version of
+file pg_hba.conf in the lib directory. Initdb creates a sample version of
this file, which contains comments telling you how to set it up.
The Postmaster Daemon