summaryrefslogtreecommitdiffstats
path: root/postgresql-bashprofile
diff options
context:
space:
mode:
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
+