Re: Need Help Installing Dblink…(Desperately…)

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Need Help Installing Dblink…(Desperately…)
Дата
Msg-id 4EBEDE02.5060500@hogranch.com
обсуждение исходный текст
Ответ на Need Help Installing Dblink…(Desperately…)  (Jerry Levan <jerry.levan@gmail.com>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Jerry Levan
Дата:
Сообщение: Re: [GENERAL] Need Help Installing Dblink…(Desperately…)
Следующее
От: "Clark C. Evans"
Дата:
Сообщение: CLONE DATABASE (with copy on write?)