Created
June 10, 2011 19:03
-
-
Save raul/1019534 to your computer and use it in GitHub Desktop.
postgres aliases (homebrew install)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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