Install PostGreSQL Client in Linux CentOS 7

From Gejoreuy
Revision as of 12:49, 14 October 2019 by Gejor (talk | contribs) (Created page with "== Purpose == We want our CentOS 7 machine act as database client and can access a PostGreSQL database. == Install PostGreSQL Client == <pre> [root@gejoreuy ~]# yum install...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

We want our CentOS 7 machine act as database client and can access a PostGreSQL database.

Install PostGreSQL Client

[root@gejoreuy ~]# yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-redhat10-10-2.noarch.rpm
[root@gejoreuy ~]# yum install postgresql10