summaryrefslogtreecommitdiffstats
path: root/postgresql-bashprofile
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2005-01-19 05:02:11 +0000
committerTom Lane <tgl@fedoraproject.org>2005-01-19 05:02:11 +0000
commit6e96691327716b7fb6ea0b9a45fa9474bbc02493 (patch)
tree5618fb4be641ada3a56649bcd307397126735322 /postgresql-bashprofile
parentcc192f6092626400720804e8b3321ab5967e6cfb (diff)
downloadpostgresql-setup-6e96691327716b7fb6ea0b9a45fa9474bbc02493.tar.gz
postgresql-setup-6e96691327716b7fb6ea0b9a45fa9474bbc02493.tar.xz
postgresql-setup-6e96691327716b7fb6ea0b9a45fa9474bbc02493.zip
Update to PostgreSQL 8.0.postgresql-8_0_0-1
Diffstat (limited to 'postgresql-bashprofile')
-rw-r--r--postgresql-bashprofile5
1 files changed, 2 insertions, 3 deletions
diff --git a/postgresql-bashprofile b/postgresql-bashprofile
index b6c014d..1cd70d3 100644
--- a/postgresql-bashprofile
+++ b/postgresql-bashprofile
@@ -1,5 +1,4 @@
+[ -f /etc/profile ] && source /etc/profile
+
PGDATA=/var/lib/pgsql/data
-[ -f $PGDATA/../initdb.i18n ] && source $PGDATA/../initdb.i18n
export PGDATA
-
-