blob: b4b638f64eb4511dc9f3085f5200b8e1565b1451 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# both new and old layout's paths, but new path first...
PATH=%%PREFIX%%/bin:${PATH}
# note: PGDATA can be overridden by the -D startup option
PGDATA=${HOME}/data
export PATH PGDATA
#You might want to set some locale stuff here
#LC_ALL=sv_SE.ISO_8859-1
#export PGDATESTYLE LC_ALL
|