diff options
author | Adis Nezirovic <adis@linux.org.ba> | 2015-01-22 06:37:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-22 06:37:52 +0700 |
commit | 2c03ec36ea444083e243730370559aa8b7c8790b (patch) | |
tree | 68dd69fffad06780974bcbcc03f82ac98edcc456 /system/postgresql/README.SBo | |
parent | b8d9dc1de00651fe57615de0ab0dea96897e268f (diff) | |
download | slackbuilds-2c03ec36ea444083e243730370559aa8b7c8790b.tar.gz |
system/postgresql: Fix for pg_upgrade (timezone_abbreviations).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/README.SBo')
-rw-r--r-- | system/postgresql/README.SBo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/postgresql/README.SBo b/system/postgresql/README.SBo index 80148572e0..894c8eb425 100644 --- a/system/postgresql/README.SBo +++ b/system/postgresql/README.SBo @@ -31,7 +31,7 @@ Additionally, rc.postgresql script has additional modes for stop/restart: See http://www.postgresql.org/docs/9.4/static/app-pg-ctl.html From PostgreSQL 9.3 we support in place database upgrades using pg_upgrade: - http://www.postgresql.org/docs/9.3/static/pgupgrade.html + http://www.postgresql.org/docs/9.4/static/pgupgrade.html A few hints for PostgreSQL 9.3 -> 9.4 upgrade: - Don't remove old PostgreSQL 9.3.x package @@ -50,7 +50,8 @@ To build PostgreSQL with all extensions, use the following command: # PG_EXTENSIONS=ALL ./postgresql.SlackBuild -Please note that in order to actually use extension, you must execute 'CREATE EXTENSION [ IF NOT EXISTS ] extension_name' for each extension. +Please note that in order to actually use extension, you must execute +'CREATE EXTENSION [ IF NOT EXISTS ] extension_name' for each extension. OpenLDAP Notes |