summaryrefslogtreecommitdiffstats
path: root/database/postgresql/PREPARE
blob: 721679d5a1ddd3287eee505e22ae80696efc22c6 (plain) (blame)
1
2
3
4
5
6
7
8
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