From 6e96691327716b7fb6ea0b9a45fa9474bbc02493 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 19 Jan 2005 05:02:11 +0000 Subject: Update to PostgreSQL 8.0. --- postgresql-bashprofile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'postgresql-bashprofile') 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 - - -- cgit