Difference between revisions of "Postgresql"

From John Freier
Jump to: navigation, search
(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...")
(No difference)

Revision as of 14:21, 10 September 2019

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.