Getting Started
Starting Database with Docker
Installing PostgreSQL on windows
https://www.postgresql.org/download/windows/
Installing PostgreSQL on MacOS
https://www.postgresql.org/download/macosx/
Setup and Basics : using apt
Installation
Usage commands
Switch to default user
Getting Started
Connect to a database
Here port : 5432 is default and can be get from
psql --help
postgres
is the super user. Create another user and connect using that.to connect to database with user :
Commands
Load Data
Download the sample data file from here
Last updated