But that wasn't what I meant. I meant /Applications/Postgres.app. That is owned by the user who installs it to /Applications. Here it is on my machine, for example:
Beyond that, you can login (with no password), this way:
achilles /$ /Applications/Postgres.app/Contents/MacOS/bin/psql
psql (9.1.4)
Type "help" for help.
achilles=#
I'm sure it works because I just did it. The setup is arguably insecure, but again I don't think it's meant to be a production database. It's meant, as I understand it, for a single developer to use while coding.
The /Application folder itself is owned by root:
But that wasn't what I meant. I meant /Applications/Postgres.app. That is owned by the user who installs it to /Applications. Here it is on my machine, for example: Beyond that, you can login (with no password), this way: I'm sure it works because I just did it. The setup is arguably insecure, but again I don't think it's meant to be a production database. It's meant, as I understand it, for a single developer to use while coding.