blob: 4069398b376e8508d9b275dd7b3311548a5b7edc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
setenv PGLIB %%PREFIX%%/lib
# note: PGDATA can be overridden by the -D startup option
setenv PGDATA $HOME/data
#You might want to set some locale stuff here
#setenv PGDATESTYLE ISO
#setenv LC_ALL sv_SE.ISO_8859-1
# if you want to make regression tests use this TZ
#setenv TZ PST8PDT
|