summaryrefslogtreecommitdiff
path: root/databases/postgresql-devel-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/postgresql-devel-server/files/dot.profile.in
parentUpdate to version 3.1.2. (diff)
Update to version 7.0.3.
PR: 23371 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=35882
Diffstat (limited to 'databases/postgresql-devel-server/files/dot.profile.in')
-rw-r--r--databases/postgresql-devel-server/files/dot.profile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/postgresql-devel-server/files/dot.profile.in b/databases/postgresql-devel-server/files/dot.profile.in
new file mode 100644
index 000000000000..bd7ec45043be
--- /dev/null
+++ b/databases/postgresql-devel-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