From 6f2c3a9b148c44c7f4bc45268ec81116b368d20e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:37:06 +0000 Subject: auto-import postgresql-7.1.3-1 from postgresql-7.1.3-1.src.rpm --- postgresql-bashprofile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 postgresql-bashprofile (limited to 'postgresql-bashprofile') diff --git a/postgresql-bashprofile b/postgresql-bashprofile new file mode 100644 index 0000000..a2447db --- /dev/null +++ b/postgresql-bashprofile @@ -0,0 +1,5 @@ +PGLIB=/usr/lib/pgsql +PGDATA=/var/lib/pgsql/data +[ -f $PGDATA/../initdb.i18n ] && source $PGDATA/../initdb.i18n +export PGLIB PGDATA + -- cgit