Re: How can i install contrib modules in pg11 via source

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: How can i install contrib modules in pg11 via source
Дата
Msg-id 21bd0ed5-3d1a-49f2-ebe0-95409e717f1e@commandprompt.com
обсуждение исходный текст
Ответ на Re: How can i install contrib modules in pg11 via source  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On 07/24/2018 12:08 PM, Adrian Klaver wrote:
> On 07/24/2018 12:00 PM, Márcio Antônio Sepp wrote:
>> Hi all,
>>
>> How can i install contrib modules in pg11. I’m using FreeBSD 11.2.
>>
>> In specific i need to install hstore for test purpose.
>
> To confirm you are building from source correct?
>
> If so I can tell you how I do it in Linux and you can make the 
> appropriate translations to BSD.
>

0) ./configure;


> 1) cd to contrib/hstore/
>
> 2) make
>
> 3) sudo make install
>
> 4) In psql CREATE EXTENSION hstore;
>
>>
>> Thanks in advance.
>>
>> -- 
>>
>> Att
>>
>> Márcio A. Sepp
>>
>
>

-- 
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc
***  A fault and talent of mine is to tell it exactly how it is.  ***
PostgreSQL centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://postgresconf.org
*****     Unless otherwise stated, opinions are my own.   *****



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

Предыдущее
От: Márcio Antônio Sepp
Дата:
Сообщение: RES: How can i install contrib modules in pg11 via source
Следующее
От: Olivier Gautherot
Дата:
Сообщение: Re: How can i install contrib modules in pg11 via source