Re: Installing PostgreSQL on OSX Server

From: David Salisbury <salisbury(at)globe(dot)gov>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing PostgreSQL on OSX Server
Date: 2013-01-28 20:34:47
Message-ID: 5106E0E7.3050601@globe.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/28/13 1:05 PM, François Beausoleil wrote:
>

>>
>> I would stay away from MacPorts.

Gotta agree on that one.

>>
>> The last time I have been working with PostgreSQL on MacOS X, I used
>> the installer from
>>
>> http://www.postgresqlformac.com/
>>
>> There's also a different approach, that I've never tried:
>>
>> http://postgresapp.com/
>
> If you don't know about Homebrew, you should definitely look into it: https://github.com/mxcl/homebrew

I'll second that too. If you have problems with readline compilation error ( chances are good that
you will ), A homebrew replacement for the crappy OS X libraries might go along the lines of..

sudo git clone git://github.com/mxcl/homebrew.git /usr/local/homebrew
cd /usr/local/bin
ln -s /usr/local/homebrew/bin/brew brew

sudo mkdir /usr/local/homebrew/Cellar
chmod a+w /usr/local/homebrew/Cellar
brew install readline
brew link --overwrite --dry-run readline
sudo brew link --overwrite readline

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Filip Rembiałkowski 2013-01-28 21:30:47 Re: update performance of degenerate index
Previous Message Scott Ribe 2013-01-28 20:15:13 update performance of degenerate index