bfb9f8e6c9
PR: ports/26741 Submitted by: maintainer
13 lines
349 B
Text
13 lines
349 B
Text
set path = ( %%PREFIX%%/%%PG_PREFIX%%bin $path )
|
|
|
|
setenv PGLIB %%PREFIX%%/%%PG_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
|