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")
 
Line 2: Line 2:


* [[PostgreSQL#Subjects|PostgreSQL]]
* [[PostgreSQL#Subjects|PostgreSQL]]
=Install Everything=


  sudo yum install postgresql
  sudo yum install postgresql
=Query PostgreSQL Packages=
yum list postgres*
=Install Client Only=

Revision as of 03:14, 28 April 2019

Internal

Install Everything

sudo yum install postgresql

Query PostgreSQL Packages

yum list postgres*

Install Client Only