diff options
author | girgen <girgen@FreeBSD.org> | 2007-01-10 00:29:35 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2007-01-10 00:29:35 +0800 |
commit | f8cff44e1d36c4e27195454e1d1b8f42b76f9c94 (patch) | |
tree | 8a9f507e5f0023b4658b3144a8fb9ef232a67a2d /UPDATING | |
parent | 533059e1010028b954372b535bd8cae731d860e4 (diff) | |
download | freebsd-ports-gnome-f8cff44e1d36c4e27195454e1d1b8f42b76f9c94.tar.gz freebsd-ports-gnome-f8cff44e1d36c4e27195454e1d1b8f42b76f9c94.tar.zst freebsd-ports-gnome-f8cff44e1d36c4e27195454e1d1b8f42b76f9c94.zip |
Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.
Release notes:
http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-17
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-15
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-10
http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-6
http://www.postgresql.org/docs/8.2/static/release-8-2-1.html
The server-side utilities of postgresql (initdb, initlocation,
ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
installed by the respective postgresql*-server port (previously they
where installed with the client). If you update the client, you should
also update the server to make sure you are not left without the
server-side tools. Do something like:
portupgrade postgresql-client postgresql-server
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070109: + AFFECTS: users of databases/postgresql* + AUTHOR: girgen@FreeBSD.org + + The server-side utilities of postgresql (initdb, initlocation, + ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now + installed by the respective postgresql*-server port (previously + they where installed with the client). If you update the client, you + should also update the server to make sure you are not left without + the server-side tools. Do something like: + + portupgrade postgresql-client postgresql-server + 20070105: AFFECTS: users of mail/spamprobe AUTHOR: stefan@FreeBSD.org |