Import sysutils/dateutils version 0.2.7
[dports.git] / databases / postgresql91-server / files / dot.profile.in
1 PGLIB=%%PREFIX%%/lib
2
3 # note: PGDATA can be overridden by the -D startup option
4 PGDATA=${HOME}/data
5
6 export PATH PGLIB PGDATA
7
8 # if you use the periodic script from share/postgresql/502.pgsql, you
9 # can set these
10 #PGDUMP_ARGS="-b -F c"
11 #PGBACKUPDIR=${HOME}/backups
12 #PGBACKUP_SAVE_DAYS=7
13 #export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS
14
15 #You might want to set some locale stuff here
16 #PGDATESTYLE=ISO
17 #LC_ALL=sv_SE.ISO_8859-1
18 #export PGDATESTYLE LC_ALL
19
20 # if you want to make regression tests use this TZ
21 #TZ=PST8PDT
22 #export TZ