View Single Post
  #3 (permalink)  
Old 07-29-2008, 12:53 PM
Danks Danks is offline
Registered User
 
Join Date: Oct 2001
Posts: 24
Danks
My fix was editing /var/lib/pgsql/data/pg_hba.conf and moving the last two lines

Code:
local   all             all     md5
host    all             all     127.0.0.1 255.255.255.255       md5
above the commented line
Code:
# "local" is for Unix domain socket connections only
then restarting with /scripts/restartsrv_postgres
Reply With Quote