Can't log into system user postgres
I installed postgresql on mac using brew. I wasn't asked about for the password for postgresql during the installation. Now I need to create a user and can't: Alexs-MacBook-Air:mydir alex$ su - postgres Password: su: Sorry Whatever password (including empty) I use, it is wrong. What's the easiest way to reset it? Craig Ringer You're trying to access the system user named postgres . According to comments you left on the other answers, there is no such user. You can't change the password of a user that doesn't exist. Perhaps it's _postgres or postgres_ ? I know some installers on OS X use weird