aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2005-01-31 08:35:55 +0800
committergirgen <girgen@FreeBSD.org>2005-01-31 08:35:55 +0800
commitca9d0e2291f677879c1b36a416eb2ad271850cbc (patch)
tree339f4530a6f0b38252173ddc8ba47c21226501d3 /UPDATING
parentcbe074a01a678ad3149123153f48962b4b035576 (diff)
downloadfreebsd-ports-gnome-ca9d0e2291f677879c1b36a416eb2ad271850cbc.tar.gz
freebsd-ports-gnome-ca9d0e2291f677879c1b36a416eb2ad271850cbc.tar.zst
freebsd-ports-gnome-ca9d0e2291f677879c1b36a416eb2ad271850cbc.zip
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
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