aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:35:55 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:35:55 +0000
commit34fa6c853efa04ca648d3d4187d4aec40a00fc0d (patch)
tree3445b3e9b6e7650fd127ec078394a0d7a8e79076 /UPDATING
parentae2c26ad44dba87dd1377d70dfb1906132114c7b (diff)
downloadports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.tar.gz
ports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c7d0c6a66381..b057ee495fa0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,25 @@ time you update your ports collection, before attempting any port
upgrades.
20050130:
+ AFFECTS: users of PostgreSQL
+ AUTHOR: girgen@FreeBSD.org
+
+ Each of the PostgreSQL ports have been split into a server and a
+ client part. Please use postgresqlNN-server and/or
+ postgresqlNN-client as needed. Versions currently supported are 7.3,
+ 7.4 and 8.0.
+
+ To start the PostgreSQL server at boot time, add the following to
+ /etc/rc.conf:
+
+ postgresql_enable=yes
+
+ The maintainance script is installed in etc/periodic/daily, and is
+ controlled by a set of new knobs in periodic.conf. Use it for
+ vacuuming your databases and get daily backups. Note that daily
+ vacuuming is on by default. See the script for details.
+
+20050130:
AFFECTS: users of net/howl
AUTHOR: marcus@FreeBSD.org