summaryrefslogtreecommitdiffstats
path: root/system/postgresql/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'system/postgresql/README.SBo')
-rw-r--r--system/postgresql/README.SBo5
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