11d66f7e29
distfiles periodically updated to track PostgreSQL between major releases. Port is repo copied from databases/postgresql7 and has been updated to 7.3b1. Approved by: portmgr && knu (mentor)
7 lines
199 B
Text
7 lines
199 B
Text
set path = ( %%PREFIX%%/bin $path )
|
|
|
|
# note: PGDATA can be overridden by the -D startup option
|
|
setenv PGDATA $HOME/data
|
|
|
|
#You might want to set some locale stuff here
|
|
#setenv LC_ALL sv_SE.ISO_8859-1
|