Displaying 3 results from an estimated 3 matches for "nipap".
Did you mean:
nimap
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
On 11/2/2016 1:49 PM, Jason Welsh wrote:
> 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)
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...
2016 Nov 03
2
how to install postgresql ip4r
...jason]#
any ideas?
Jason
On 11/02/2016 05:04 PM, John R Pierce wrote:
> On 11/2/2016 1:49 PM, Jason Welsh wrote:
>> 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)
>
> 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 act...