Advertisement
Guest User

Untitled

a guest
May 4th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. The Homebrew package manager includes launchctl plists to start automatically. For more information
  2. run `brew info postgres`.
  3.  
  4. Start manually:
  5.  
  6. `pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start`
  7.  
  8. Stop manually:
  9.  
  10. `pg_ctl -D /usr/local/var/postgres stop -s -m fast`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement