From f51c859081bdb81b89293fa7a4d52782ce8429cb Mon Sep 17 00:00:00 2001 From: Pavel Kajaba Date: Wed, 18 Nov 2015 10:02:17 +0100 Subject: Added initial files from branch rhscl-2.1-rh-postgresql94-rhel-7 --- postgresql-bashprofile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postgresql-bashprofile (limited to 'postgresql-bashprofile') 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 -- cgit