aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.database.mk2
-rw-r--r--UPDATING8
2 files changed, 9 insertions, 1 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk
index fe2c8e5b2863..96d1960597cc 100644
--- a/Mk/bsd.database.mk
+++ b/Mk/bsd.database.mk
@@ -166,7 +166,7 @@ IGNORE= cannot install: unknown MySQL version: ${MYSQL_VER}
.endif # USE_MYSQL
.if defined(USE_PGSQL)
-DEFAULT_PGSQL_VER?= 82
+DEFAULT_PGSQL_VER?= 84
PGSQL73_LIBVER= 3
PGSQL74_LIBVER= 3
PGSQL80_LIBVER= 4
diff --git a/UPDATING b/UPDATING
index 44ef8a7d3c3f..18c90d53f0f2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20101230:
+ AFFECTS: users of databases/postgresql??-(server|client)
+ AUTHOR: ohauer@FreeBSD.org
+
+ PostgreSQL version 8.4 is now the default. To upgrade from a version
+ lower than 8.4, follow the instructions on the PostgreSQL.org website.
+ http://www.postgresql.org/docs/8.4/interactive/install-upgrading.html
+
+20101230:
AFFECTS: users of net-mgmt/pnp
AUTHOR: rea@FreeBSD.org