PostgreSQL Installation on Linux: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * PostgreSQL sudo yum install postgresql")
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
* [[PostgreSQL#Subjects|PostgreSQL]]
* [[PostgreSQL#Subjects|PostgreSQL]]


  sudo yum install postgresql
=Install Everything=
 
  sudo yum -y install postgresql
 
=Query PostgreSQL Packages=
 
yum list postgres*
 
=<span id='Install_Client_Only'></span>Install psql Client Only=

Latest revision as of 04:26, 31 August 2019

Internal

Install Everything

sudo yum -y install postgresql

Query PostgreSQL Packages

yum list postgres*

Install psql Client Only