summaryrefslogtreecommitdiffstats
path: root/database/postgresql/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/PREPARE')
-rwxr-xr-xdatabase/postgresql/PREPARE9
1 files changed, 8 insertions, 1 deletions
diff --git a/database/postgresql/PREPARE b/database/postgresql/PREPARE
index 4dd13d2c55..721679d5a1 100755
--- a/database/postgresql/PREPARE
+++ b/database/postgresql/PREPARE
@@ -1 +1,8 @@
-config_query PGSQL_CLUSTER 'Do you want to apply the PGCluster patch?' n
+config_query PGSQL_CLUSTER "Do you want to apply the PGCluster patch?" n &&
+
+if [[ $PGSQL_CLUSTER == y ]]; then
+ message "${PROBLEM_COLOR}"
+ message "Keep in mind that PGCluster patch and current"
+ message "PostgreSQL version aren't always in sync."
+ message "${DEFAULT_COLOR}"
+fi