summaryrefslogtreecommitdiff
path: root/databases/postgresql-devel/files/dot.profile.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-devel/files/dot.profile.in')
-rw-r--r--databases/postgresql-devel/files/dot.profile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/postgresql-devel/files/dot.profile.in b/databases/postgresql-devel/files/dot.profile.in
index 96344d533921..b4b638f64eb4 100644
--- a/databases/postgresql-devel/files/dot.profile.in
+++ b/databases/postgresql-devel/files/dot.profile.in
@@ -1,18 +1,11 @@
# both new and old layout's paths, but new path first...
PATH=%%PREFIX%%/bin:${PATH}
-PGLIB=%%PREFIX%%/lib
-
# note: PGDATA can be overridden by the -D startup option
PGDATA=${HOME}/data
-export PATH PGLIB PGDATA
+export PATH PGDATA
#You might want to set some locale stuff here
-#PGDATESTYLE=ISO
#LC_ALL=sv_SE.ISO_8859-1
#export PGDATESTYLE LC_ALL
-
-# if you want to make regression tests use this TZ
-#TZ=PST8PDT
-#export TZ