PostgreSQL Installation on Linux: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
  yum list postgres*
  yum list postgres*


=Install Client Only=
=<span id='#Install_Client_Only'></span>Install psql Client Only=

Revision as of 04:25, 31 August 2019

Internal

Install Everything

sudo yum -y install postgresql

Query PostgreSQL Packages

yum list postgres*

Install psql Client Only