# .profile for the postgres database admin (just the bare minimum ...)
export POSTGRESHOME=$HOME
export PATH=$PATH:$HOME/bin
export USER=`logname`
