Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Readme.md

Installation

How to install Postgresql on Ubuntu

$ sudo apt-get update

$ sudo apt install postgresql postgresql-contrib

How to run

$ sudo -u postgres psql postgres

$ postgres=# \i HelloWorld.sql