Merge pull request #13676 from MikeMcQuaid/postgres-versioned
missing_formula: message for postgres rename.
This commit is contained in:
commit
f616faa853
@ -89,6 +89,12 @@ module Homebrew
|
|||||||
uconv is part of the icu4c formula:
|
uconv is part of the icu4c formula:
|
||||||
brew install icu4c
|
brew install icu4c
|
||||||
EOS
|
EOS
|
||||||
|
when "postgresql", "postgres" then <<~EOS
|
||||||
|
postgresql breaks existing databases on upgrade without human intervention.
|
||||||
|
|
||||||
|
See a more specific version to install with:
|
||||||
|
brew formulae | grep postgresql@
|
||||||
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
alias generic_disallowed_reason disallowed_reason
|
alias generic_disallowed_reason disallowed_reason
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user