Postgresql 9.0: add pg_upgrade to the extensions
Useful for 8.X > 9.X upgrades Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f26ac88a0e
commit
a84e55eaf7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Postgresql <Formula
|
|||
system "make install"
|
||||
|
||||
%w[ adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm
|
||||
pgcrypto tsearch2 vacuumlo xml2 intarray ].each do |a|
|
||||
pgcrypto tsearch2 vacuumlo xml2 intarray pg_upgrade pg_upgrade_support ].each do |a|
|
||||
system "cd contrib/#{a}; make install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue