mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Change PostgreSQL default version from 9.2 to 9.3
An exp-run has been performed on this default version change, and both pgsql and portmgr are aware of this change. Note that PR originally made the jump from 9.0 to 9.3, but a conservative change to 9.2 was done in May instead. PR: 187286
This commit is contained in:
parent
3bf2500ad0
commit
8fe97fd7ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374256
@ -24,7 +24,7 @@ GCC_DEFAULT?= 4.8
|
||||
LUA_DEFAULT?= 5.2
|
||||
MYSQL_DEFAULT?= 5.5
|
||||
PERL5_DEFAULT?= 5.18
|
||||
PGSQL_DEFAULT?= 9.2
|
||||
PGSQL_DEFAULT?= 9.3
|
||||
PHP_DEFAULT?= 5.4
|
||||
PYTHON_DEFAULT?= 2.7
|
||||
PYTHON2_DEFAULT?= 2.7
|
||||
|
15
UPDATING
15
UPDATING
@ -978,6 +978,21 @@ you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
# pkg set -o databases/postgresql90-client:databases/postgresql92-client
|
||||
|
||||
20141208:
|
||||
AFFECTS: users of databases/postgresql??-(server|client)
|
||||
AUTHOR: marino@FreeBSD.org
|
||||
|
||||
PostgreSQL version 9.3 is now the default. To upgrade from a version
|
||||
lower than 9.3, follow the instructions on the PostgreSQL.org website.
|
||||
http://www.postgresql.org/docs/9.3/interactive/upgrading.html
|
||||
Please note that the pg_upgrade program is installed by the
|
||||
databases/postgresql93-contrib port
|
||||
|
||||
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/postgresql92-client:databases/postgresql93-client
|
||||
|
||||
20140528:
|
||||
AFFECTS: users of security/calife & security/calife-devel
|
||||
AUTHOR: roberto@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user