Skip to content

Instantly share code, notes, and snippets.

@raul
Created June 10, 2011 19:03
Show Gist options
  • Select an option

  • Save raul/1019534 to your computer and use it in GitHub Desktop.

Select an option

Save raul/1019534 to your computer and use it in GitHub Desktop.
postgres aliases (homebrew install)
alias pgstart="pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start"
alias pgstop="pg_ctl -D /usr/local/var/postgres stop -s -m fast"
alias pglog="tail -n 100 /usr/local/var/postgres/server.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment