freebsd-ports/databases/postgresql-devel-server/files/dot.cshrc.in
Vanilla I. Shu bfb9f8e6c9 Upgrade to 7.1, change to new layout style.
PR:				ports/26741
Submitted by:	maintainer
2001-04-21 11:34:34 +00:00

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