Postgresql

From John Freier
Revision as of 14: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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.