aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73-server/files/dot.profile.in
blob: 3d8ca9ac46413d4de7e61c6c9a8846652523b208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PATH=${PATH}:%%PREFIX%%/pgsql/bin
PGLIB=%%PREFIX%%/pgsql/lib

# note: PGDATA can be overridden by the -D startup option
PGDATA=%%PREFIX%%/pgsql/data

export PATH MANPATH PGLIB PGDATA

#You might want to set some locale stuff here
#PGDATESTYLE=ISO
#LC_ALL=sv_SE.ISO_8859-1
#export PGDATESTYLE LC_ALL

# if you want to make regression tests use this TZ
#TZ=PST8PDT
#export TZ