Difference between revisions of "Install PostGreSQL Client in Linux CentOS 7"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 12:49, 14 October 2019
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