summaryrefslogtreecommitdiffstats
path: root/postgresql-bashprofile
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-bashprofile')
-rw-r--r--postgresql-bashprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-bashprofile b/postgresql-bashprofile
index a2447db..b6c014d 100644
--- a/postgresql-bashprofile
+++ b/postgresql-bashprofile
@@ -1,5 +1,5 @@
-PGLIB=/usr/lib/pgsql
PGDATA=/var/lib/pgsql/data
[ -f $PGDATA/../initdb.i18n ] && source $PGDATA/../initdb.i18n
-export PGLIB PGDATA
+export PGDATA
+