summaryrefslogtreecommitdiffstats
path: root/postgresql-bashprofile
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 10:37:06 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 10:37:06 +0000
commit6f2c3a9b148c44c7f4bc45268ec81116b368d20e (patch)
tree719da9e62b0263b8a9f79bfe423f1a5ff4f58c9b /postgresql-bashprofile
parentab668a0e7fb7b58f67527c5a5f2cf6f8ec897ed8 (diff)
downloadpostgresql-setup-6f2c3a9b148c44c7f4bc45268ec81116b368d20e.tar.gz
postgresql-setup-6f2c3a9b148c44c7f4bc45268ec81116b368d20e.tar.xz
postgresql-setup-6f2c3a9b148c44c7f4bc45268ec81116b368d20e.zip
auto-import postgresql-7.1.3-1 from postgresql-7.1.3-1.src.rpmpostgresql-7_1_3-1
Diffstat (limited to 'postgresql-bashprofile')
-rw-r--r--postgresql-bashprofile5
1 files changed, 5 insertions, 0 deletions
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
+