Place to store Postgres Commands
Find instance of running on PORT 5432 ie postgres default port
sudo lsof -i -P -n | grep 5432
Kill instance running postgres
kill -9 PID PROCESS_ID_RUNNING_5432
NOTE: Find a way to prevent PG from initializing on startup