Displaying 2 results from an estimated 2 matches for "ip4r95".
Did you mean:
ip4r
2016 Nov 03
0
how to install postgresql ip4r
...o -u postgres psql -c "create user $USER superuser; create
database $USER owner $USER"
that last step gives your regular user a sql account with full database
admin privs and creates a scratchpad database for them to log on with
while doing admin stuff.
now,
sudo yum -y install ip4r95
psql -c "create extension ip4r" somedatabase
to install ip4r and enable it in somedatabase...
--
john r pierce, recycling bits in santa cruz
2016 Nov 03
2
how to install postgresql ip4r
ok, so I removed the default postgresql install and installed it from
the software collections..
following the instructions at
https://www.softwarecollections.org/en/scls/rhscl/rh-postgresql95/
and I get this
[root at home1p /home/jason]$scl enable rh-postgresql95 bash
[root at HOME1P jason]# postgresql-setup --initdb
* Initializing database in