Verify that the owner of this directory,
ls -l /usr/local/var/ | grep postgres
You should see something like
-rw-r--r-- 1 postgresuser postgresuser 285659 Sep 1 18:05 postgres
Assuming this is "postgresuser", then start your database with
sudo -u postgresuser postgres -D /usr/local/var/postgres
Martin Konecny
source share