Author: justi9
Date: 2008-06-26 14:36:08 -0400 (Thu, 26 Jun 2008)
New Revision: 2168
Modified:
mgmt/trunk/README
Log:
Add simpler pg setup instructions
Modified: mgmt/trunk/README
===================================================================
--- mgmt/trunk/README 2008-06-26 18:24:11 UTC (rev 2167)
+++ mgmt/trunk/README 2008-06-26 18:36:08 UTC (rev 2168)
@@ -76,6 +76,14 @@
[Add the following line, *before* the other similar lines]
+ host cumin cumin 127.0.0.1/32 trust
+
+Alternative postgresql permissions:
+
+ $ vi /var/lib/pgsql/data/pg_hba.conf
+
+ [Add the following line, *before* the other similar lines]
+
host cumin cumin 127.0.0.1/32 ident cumin
$ vi /var/lib/pgsql/data/pg_ident.conf
Show replies by date