diff options
| author | Pavel Kajaba <pkajaba@redhat.com> | 2015-11-18 10:02:17 +0100 |
|---|---|---|
| committer | Pavel Kajaba <pkajaba@redhat.com> | 2015-11-18 10:02:17 +0100 |
| commit | f51c859081bdb81b89293fa7a4d52782ce8429cb (patch) | |
| tree | e0941f50fe65bcbe241150915e584e868e9a8ae0 /postgresql-bashprofile | |
| download | postgresql-f51c859081bdb81b89293fa7a4d52782ce8429cb.tar.gz postgresql-f51c859081bdb81b89293fa7a4d52782ce8429cb.tar.xz postgresql-f51c859081bdb81b89293fa7a4d52782ce8429cb.zip | |
Added initial files from branch rhscl-2.1-rh-postgresql94-rhel-7
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 |
