Answers for "centos install install postgresql 13"

SQL
2

install postgresql centos 5

# centos 5 32bit
rpm -Uvh http://yum.postgresql.org/9.1/redhat/rhel-5-i386/pgdg-centos91-9.1-4.noarch.rpm
yum install postgresql91-server
/etc/init.d/postgresql-9.1 initdb
service postgresql-9.1 start
chkconfig postgresql-9.1 on
Posted by: Guest on February-02-2021

Code answers related to "centos install install postgresql 13"

Code answers related to "SQL"

Browse Popular Code Answers by Language