aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-05-29 20:45:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-05-29 20:45:04 +0000
commit54cec76118f2306c35d36bda78bc033f2c90ad41 (patch)
tree01ee9aa7b8c79d1f9d433ef78cfbe8af0541413f /UPDATING
parent2d2b455fdb75aecf84f35630f509f0466460b114 (diff)
downloadports-54cec76118f2306c35d36bda78bc033f2c90ad41.tar.gz
ports-54cec76118f2306c35d36bda78bc033f2c90ad41.zip
Change postgresql's default version to 9.2.
Requested by: so many people Exp-run by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=355746
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 663e3a3c40e4..54d399c50bf1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130529
+ AFFECTS: users of databases/postgresql??-(server|client)
+ AUTHOR: mat@FreeBSD.org
+
+ PostgreSQL version 9.2 is now the default. To upgrade from a version
+ lower than 9.2, follow the instructions on the PostgreSQL.org website.
+ http://www.postgresql.org/docs/9.2/interactive/upgrading.html
+
+ When using binary packages, if you only use the client port, you can issue
+ the following command to follow the default version:
+
+ # pkg set -o databases/postgresql90-client:databases/postgresql92-client
+
20130528:
AFFECTS: users of security/calife & security/calife-devel
AUTHOR: roberto@FreeBSD.org