diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-11 03:22:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-11 03:22:07 +0000 |
commit | a348e709cc383ead67f3c6c8288f9069f191e733 (patch) | |
tree | c2ac34c71cb4dde13059f257e82d078315109900 /databases/postgresql82-server/files/dot.profile.in | |
parent | e8d6f60511e0fdd84c6e9fa0d00f7cb804bc7bfa (diff) |
Notes
Diffstat (limited to 'databases/postgresql82-server/files/dot.profile.in')
-rw-r--r-- | databases/postgresql82-server/files/dot.profile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/postgresql82-server/files/dot.profile.in b/databases/postgresql82-server/files/dot.profile.in new file mode 100644 index 000000000000..bd7ec45043be --- /dev/null +++ b/databases/postgresql82-server/files/dot.profile.in @@ -0,0 +1,16 @@ +PATH=${PATH}:%%PREFIX%%/pgsql/bin +PGLIB=%%PREFIX%%/pgsql/lib + +# note: PGDATA overwrites the -D startup option +PGDATA=%%PREFIX%%/pgsql/data + +export PATH MANPATH PGLIB PGDATA + +#You might want to set some locale stuff here +#PGDATESTYLE=ISO +#LC_ALL=sv_SE.ISO_88591-1 +#export PGDATESTYLE LC_ALL + +# if you want to make regression tests use this TZ +#TZ=PST8PDT +#export TZ |