Skip to content

Commit

Permalink
shell: Add aliases Postgres in 415
Browse files Browse the repository at this point in the history
  • Loading branch information
jez committed Oct 5, 2016
1 parent 3554bfb commit 315fb2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host-andrew/util/host.sh
Expand Up @@ -34,6 +34,8 @@ export PGPORT=50173
export PGHOST=/tmp
alias startpg415="pg_ctl -D $HOME/private/15415/db415 -o '-k /tmp' start"
alias stoppg415="pg_ctl -D $HOME/private/15415/db415 stop"
alias startpgtemp415="pg_ctl -D /tmp/jezimmer-db415 -o '-k /tmp' start"
alias stoppgtemp415="pg_ctl -D /tmp/jezimmer-db415 stop"

# 15-210 staff (doit library)
export PATH="$PATH:/afs/cs.cmu.edu/academic/class/15210-s16/bin/"
Expand Down

0 comments on commit 315fb2e

Please sign in to comment.