Clarify hints about updating the repmgr extension

This commit is contained in:
Ian Barwick
2019-04-24 11:37:31 +09:00
parent 58b33fb411
commit 5a9175c740
2 changed files with 3 additions and 3 deletions

View File

@@ -2219,7 +2219,7 @@ create_repmgr_extension(PGconn *conn)
log_detail(_("version %s is installed but newer version %s is available"),
extversions.installed_version,
extversions.default_version);
log_hint(_("execute \"ALTER EXTENSION repmgr UPDATE\""));
log_hint(_("update the installed extension version by executing \"ALTER EXTENSION repmgr UPDATE\""));
return false;
case REPMGR_INSTALLED: