Displaying 3 results from an estimated 3 matches for "no_extension".
Did you mean:
l_extension
2016 Nov 02
2
how to install postgresql ip4r
on the old postgresql that comes with centos 6?
Ive asked google over and over and he wont tell me. :(
(im trying to install it as a requirement for NIPAP)
Jason
2016 Nov 02
0
how to install postgresql ip4r
...the old postgresql that comes with centos 6?
> Ive asked google over and over and he wont tell me. :(
> (im trying to install it as a requirement for NIPAP)
I don't think Postgres 8.4 has the infrastructure that ip4r extension
requires.
but the ip4r release notes suggest...
make NO_EXTENSION=1
make NO_EXTENSION=1 install
then
psql -f /path/to/ip4r.sql dbname
to activate it in that dbname database. they also mention there's
quite a bit of stuff in ip4r that won't work on pre-9.1 Postgres due to
lack of indexing support.
--
john r pierce, recycling bits in sa...
2016 Nov 03
2
how to install postgresql ip4r
...os 6?
>> Ive asked google over and over and he wont tell me. :(
>> (im trying to install it as a requirement for NIPAP)
>
> I don't think Postgres 8.4 has the infrastructure that ip4r extension
> requires.
>
> but the ip4r release notes suggest...
>
> make NO_EXTENSION=1
> make NO_EXTENSION=1 install
>
> then
>
> psql -f /path/to/ip4r.sql dbname
>
> to activate it in that dbname database. they also mention there's
> quite a bit of stuff in ip4r that won't work on pre-9.1 Postgres due
> to lack of indexing support.
&g...