aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/dot.cshrc.in
blob: 724212c70b23e2c2cffa51756a449baba8a60013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
set path = ( %%PREFIX%%/bin $path )

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