I am new to postgres and I installed it by downloading the postgres app. However I had to reinstall several times after deleting the app, and now for some reason when I try to execute postgres by clicking "start" I get:
There is already a PostgreSQL server running in this data directory
So, I actually don't know what to do at this point. I've searched how to delete postgres entirely but since I've installed by downloading the .dmg file I don't know what there is more to do than deleting the app in the application folder and installing the dmg file again. I've found some instructions on uninstalling postgres but they're all about using brew and sudo command, which I don't think works for my case (since I didn't install using pip install or brew install).
I've re-installed by doing this several times but still I get the same messsage that there is already PostgreSQL server running. How can I fix this?
I'm using Mac OS Sierra 10.12.2.

