summaryrefslogtreecommitdiff
path: root/databases/postgresql84-server/files/dot.profile.in
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-04 01:10:15 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-04 01:10:15 +0000
commit62e1bb44328db7be12796334d8be63e24d48df05 (patch)
tree3a0c0b58f7ea4a90c14173ab0245e14436624053 /databases/postgresql84-server/files/dot.profile.in
parentI get the stupid award for this port. It NOW installs in the RIGHT place. (diff)
Update PostgreSQL to 7.3.1[1]. Fixes builds for spac64. Many speed,
security, and feature additions. Reduce diffs between postgresql-devel port. Re-initdb required when upgrading from previous release. See release notes for details. Schemas added are system catalogs updated. ::braces for impact:: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3-1 PR: ports/46701 Submitted by: girgen@pingpong.net
Notes
Notes: svn path=/head/; revision=72481
Diffstat (limited to 'databases/postgresql84-server/files/dot.profile.in')
-rw-r--r--databases/postgresql84-server/files/dot.profile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/postgresql84-server/files/dot.profile.in b/databases/postgresql84-server/files/dot.profile.in
index 96344d533921..6da911dfa6fa 100644
--- a/databases/postgresql84-server/files/dot.profile.in
+++ b/databases/postgresql84-server/files/dot.profile.in
@@ -8,6 +8,13 @@ PGDATA=${HOME}/data
export PATH PGLIB PGDATA
+# if you use the periodic script from share/postgresql/502.pgsql, you
+# can set these
+#PGDUMP_ARGS="-b -F c"
+#PGBACKUPDIR=${HOME}/backups
+#PGBACKUP_SAVE_DAYS=7
+#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS
+
#You might want to set some locale stuff here
#PGDATESTYLE=ISO
#LC_ALL=sv_SE.ISO_8859-1