PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license. PostgreSQL contains many advanced features, is very fast and standards compliant. PostgreSQL has bindings for many…
Tag
replication postgresql
- Centos/RedhatDatabasesLinux
How To Install PostgreSQL 9.6 on CentOS 7 / RHEL 7
by Lotfi Waderni January 17, 2017Step 1: Add the PostgreSQL 9.6 Repository # yum install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm -y Step 2: Install PostgreSQL 9.6 – To install PostgreSQL 9.6 just run the below command: # yum install…