I installed postgresql and geodjango on Mac OSX following this tutorial word for word. For some reason
sudo su - postgres
does not work. I put in my sudo password, but when I type "whoami" it's still my normal user login.
I know there is postgres user after I saw the list from
dscl . -list /Users UniqueID
Any idea why this is happening? I installed PSQL 9.1.1 server version.
Thank you.
grep postgres /etc/passwd
? – sarnold Dec 6 '11 at 7:03finger postgres
? – Erik Dec 6 '11 at 8:48