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

2018-07-24 Thread Márcio Antônio Sepp
root@pg11:/pg11/postgresql-11beta2/contrib/hstore # make make: "/pg11/postgresql-11beta2/contrib/hstore/Makefile" line 16: Need an operator make: "/pg11/postgresql-11beta2/contrib/hstore/Makefile" line 19: Could not find make: "/pg11/postgresql-11beta2/contrib/hstore/Makefile" line 20: Need an ope

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

2018-07-24 Thread Olivier Gautherot
On Tue, Jul 24, 2018 at 3:41 PM, Márcio Antônio Sepp < mar...@zyontecnologia.com.br> wrote: > > > > If so I can tell you how I do it in Linux and you can make the > > appropriate translations to BSD. > > > > 1) cd to contrib/hstore/ > > > > 2) make > > > > 3) sudo make install > > > > 4) In psql C

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

2018-07-24 Thread Joshua D. Drake
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

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

2018-07-24 Thread Márcio Antônio Sepp
> > If so I can tell you how I do it in Linux and you can make the > appropriate translations to BSD. > > 1) cd to contrib/hstore/ > > 2) make > > 3) sudo make install > > 4) In psql CREATE EXTENSION hstore; Well, I allways install via pkg and I didn't find the contrib folder (: Now, the f

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

2018-07-24 Thread Adrian Klaver
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

How can i install contrib modules in pg11 via source

2018-07-24 Thread Márcio Antônio Sepp
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. Thanks in advance. -- Att Márcio A. Sepp