diff rc/bashrc @ 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 e47f64f0dec0
children 9d016276d889
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)