Skip to content

Instantly share code, notes, and snippets.

@rschooley
Created April 7, 2014 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rschooley/10024505 to your computer and use it in GitHub Desktop.
Save rschooley/10024505 to your computer and use it in GitHub Desktop.
alias pg_start="pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start"
alias pg_stop="pg_ctl -D /usr/local/var/postgres stop -s -m fast"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment