diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
commit | 34fa6c853efa04ca648d3d4187d4aec40a00fc0d (patch) | |
tree | 3445b3e9b6e7650fd127ec078394a0d7a8e79076 /UPDATING | |
parent | ae2c26ad44dba87dd1377d70dfb1906132114c7b (diff) | |
download | ports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.tar.gz ports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.zip |
Notes
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 |