Postgresql
From John Freier
Revision as of 13:21, 10 September 2019 by Jfreier (Talk | contribs) (Created page with "== OSX == The Postgres app live here on OSX /Library/PostgreSQL/11 Start sudo -u postgres ./bin/pg_ctl -D ./data start Stop sudo -u postgres ./bin/pg_ctl -D ./data sta...")
OSX
The Postgres app live here on OSX
/Library/PostgreSQL/11
Start
sudo -u postgres ./bin/pg_ctl -D ./data start
Stop
sudo -u postgres ./bin/pg_ctl -D ./data start
FYI, haven't tried but look like a nicer app to control Postgres is https://postgresapp.com.