aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql82-server/files/dot.profile.in
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-12-11 03:22:07 +0000
committerSteve Price <steve@FreeBSD.org>2000-12-11 03:22:07 +0000
commita348e709cc383ead67f3c6c8288f9069f191e733 (patch)
treec2ac34c71cb4dde13059f257e82d078315109900 /databases/postgresql82-server/files/dot.profile.in
parente8d6f60511e0fdd84c6e9fa0d00f7cb804bc7bfa (diff)
Notes
Diffstat (limited to 'databases/postgresql82-server/files/dot.profile.in')
-rw-r--r--databases/postgresql82-server/files/dot.profile.in16
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