Re: Need Help Installing Dblink…(Desperately…)

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need Help Installing Dblink…(Desperately…)
Date: 2011-11-12 20:58:42
Message-ID: 4EBEDE02.5060500@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/12/11 10:02 AM, Jerry Levan wrote:
> I have a mac running 9.1.1.
>
> I then built dblink from the contrib directory and I did not
> see an install option in the make file.

did you build this 9.1.1 or is this a standard distribution? if you
built it, did you install it with `make install` ? when you built it,
it should have built the contrib automatically, and that should have
been installed to the $SHAREDIR/contrib directory (often in
/usr/share/pgsql91/ or similar)

To install a contributed extension that was built with postgres, simply
execute the SQL command...

create extension dblink;

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Clark C. Evans 2011-11-12 21:40:43 CLONE DATABASE (with copy on write?)
Previous Message Jerry Levan 2011-11-12 20:52:24 Re: [GENERAL] Need Help Installing Dblink…(Desperately…)