summaryrefslogtreecommitdiffstats
path: root/postgresql-bashprofile
blob: a2447db4402ead73917f41183207da1efb36c3d0 (plain)
1
2
3
4
5
PGLIB=/usr/lib/pgsql
PGDATA=/var/lib/pgsql/data
[ -f $PGDATA/../initdb.i18n ] &&  source $PGDATA/../initdb.i18n
export PGLIB PGDATA