Intergrated test scripts with automake
[gnucomo.git] / README
diff --git a/README b/README
index 1744d16..c40c674 100644 (file)
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ You probably have this line in the /var/lib/pgsql/data/pg_hba.conf:
 
 (I know RedHat 8.0 does this). You need to change this into:
 
-   local      all           trust
+   local      all           password
 
 This tells PostgreSQL to allow any UNIX user to log into the database
-as any database user on a local socket.
+as any database user on a local socket, using his database password.