Mercurial > ec-dotfiles
changeset 419:587abe573053
Added PATH for pgdg 9.2.
Sure has been ages last time I tried that :/
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 11 Dec 2012 16:15:34 -0500 |
parents | c0ac21407903 |
children | 4b12d4c1be51 |
files | rc/bashrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bashrc Wed Dec 05 02:33:47 2012 -0800 +++ b/rc/bashrc Tue Dec 11 16:15:34 2012 -0500 @@ -31,6 +31,7 @@ # PostgreSQL Yum test -d /usr/pgsql-8.4 && PATH="/usr/pgsql-8.4/bin:${PATH}" test -d /usr/pgsql-9.1 && PATH="/usr/pgsql-9.1/bin:${PATH}" +test -d /usr/pgsql-9.2 && PATH="/usr/pgsql-9.2/bin:${PATH}" # Nuke currently defined functions unset -f $(set | grep ' \(\)$' | cut -d ' ' -f 1)