Answers for "how to install postgresql-contrib 10.7 on centos"

SQL
0

install postgresql 10 centos 7

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

install postgresql 10 centos 7

# systemctl enable postgresql-10.service
# systemctl start postgresql-10.service
Posted by: Guest on March-07-2021

Code answers related to "how to install postgresql-contrib 10.7 on centos"

Code answers related to "SQL"

Browse Popular Code Answers by Language