aboutsummaryrefslogtreecommitdiffstats
path: root/postgresql-config/src/stage/opt/app/postgresql-config/lib/profile.additions
blob: 3ee8128c5b6e511d0ba9b81783886f673366bf6d (plain)
1
2
3
4
5
6
if [ -d /opt/app/postgresql-9.5.2 ]
then PGDIR=/opt/app/postgresql-9.5.2
else PGDIR=/usr/lib/postgresql/9.5
fi
export PATH="$PGDIR/bin:/opt/app/cdf/bin:/opt/app/pgaas/bin:/opt/app/postgresql-prep/bin:$PATH"