diff options
Diffstat (limited to 'postgresql-bashprofile')
-rw-r--r-- | postgresql-bashprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/postgresql-bashprofile b/postgresql-bashprofile new file mode 100644 index 0000000..1cd70d3 --- /dev/null +++ b/postgresql-bashprofile @@ -0,0 +1,4 @@ +[ -f /etc/profile ] && source /etc/profile + +PGDATA=/var/lib/pgsql/data +export PGDATA |