I was trying to install PostgreSQL on my Mac OS X using its included installation notes, which I have included below.
The command "adduser postgres" did not exist, however I managed to run the command "chown postgres /usr/local/pgsql/data".
Later, I managed to find the Apple Developer...