Answers for "install latest postgress centos 7"

SQL
0

install postgresql 10 centos 7

# yum install postgresql10 postgresql10-server postgresql10-contrib postgresql10-libs -y
Posted by: Guest on March-07-2021
0

install postgresql 10 centos 7

# /usr/pgsql-10/bin/postgresql-10-setup initdb
Initializing database ... OK
Posted by: Guest on March-07-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language