Unfortunately Kraada isn't around this weekend and I'm not sure what this output means exactly.
madsenma wrote:This is what I get after entering 'ps auxw | grep -i postgres'
iMamo 41180 0.0 0.4 835124 35084 ?? S 6:59pm 0:01.79 /Library/PostgreSQL/9.0/pgAdmin3.app/Contents/MacOS/pgAdmin3 -psn_0_74278610
iMamo 41742 0.0 0.0 2432768 632 s000 S+ 2:22pm 0:00.00 grep -i postgres
That doesn't look as if any PostgreSQL processes are actually running.
Please read
this guide which walks you through the PostgreSQL installation, and how to fully uninstall first which is necessary if you have a partial installation which isn't working.
delwinloh wrote:Hi,
I am facing the same issue - cannot connect to database.
This is what I get after keying in 'ps auxw | grep -i postgres'
postgres 55474 0.0 0.1 2471912 9220 ?? SN Thu08PM 0:12.71 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker -s mdworker -c MDSImporterWorker -m com.apple.mdworker.shared
postgres 350 0.0 0.0 2465740 1156 ?? S Sat05PM 0:01.29 /usr/sbin/cfprefsd agent
postgres 344 0.0 0.0 2483820 1604 ?? S Sat05PM 0:00.46 /usr/sbin/distnoted agent
postgres 336 0.0 0.0 2471372 896 ?? Ss Sat05PM 0:00.81 /sbin/launchd
delwinloh 82229 0.0 0.0 2432768 600 s000 S+ 1:36PM 0:00.00 grep -i postgres
Again Kraada may be able to tell more from your output when he returns, but without more information I'm not sure what to suggest. How did you install PostgreSQL on this machine? Depending on your situation you may want to follow the same guide as above.