diff options
author | Bruce Momjian | 1997-01-10 21:22:02 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-01-10 21:22:02 +0000 |
commit | 7f833f88267c845068c037b4bf416086ed2d8c26 (patch) | |
tree | 9ac37ca03579f5de4d54a09e987aea7a98c9733f | |
parent | ce02ccf43d7b57c98d73bc0cb1db3dc036a350df (diff) |
INSTALL fix for pg_hba.conf
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |