diff options
author | girgen <girgen@FreeBSD.org> | 2005-01-31 08:35:55 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-01-31 08:35:55 +0800 |
commit | ca9d0e2291f677879c1b36a416eb2ad271850cbc (patch) | |
tree | 339f4530a6f0b38252173ddc8ba47c21226501d3 /UPDATING | |
parent | cbe074a01a678ad3149123153f48962b4b035576 (diff) | |
download | freebsd-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-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |