Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • thanks dude, this is helpful. Hopefully it helps others facing this problem as well. Commented Dec 4, 2011 at 8:20
  • The base URLs have changed - mainly because of just this type of problem. Hardcoding something against "ftp9.us.postgresql.org" was wrong in the first place, but lots of people did that. Unfortunately, that machine is outside the control of the PostgreSQL community, so there's no control of when things like this happen. Commented Dec 4, 2011 at 11:07
  • Yeah, it's a hassle but easily remedied by going to the postgresql.org site and finding the ftp link for the source download. Commented Dec 4, 2011 at 12:41
  • It's worth noting that editing the url manually in the file may disrupt a 'brew update'. Since 'brew update' is essentially a git update, modified files cause problems because git stops the update to ask you to commit your changes. Currently there is no 'force' behavior. For more details, see this link - github.com/mxcl/homebrew/issues/14224 Commented Oct 3, 2012 at 1:39