diff options
| author | Jannis Leidel | 2010-09-21 00:23:59 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-20 15:26:40 -0700 |
| commit | 1168d8ffa8bb4dd55fcd1cbd812e89dc338df624 (patch) | |
| tree | fe3fad1e0ce146eaee8f6e9a8df4aba14ef613e6 /Library/Formula/postgresql.rb | |
| parent | b58f970f4509831a5b479d5947a8c2dbee582d6b (diff) | |
| download | homebrew-1168d8ffa8bb4dd55fcd1cbd812e89dc338df624.tar.bz2 | |
Postgresql 9.0: add pg_upgrade to the extensions
Useful for 8.X > 9.X upgrades
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 896db5368..b0b7c9841 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -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 |
