How to Install and configuration PostgreSQL on Ubuntu Linux
sudo apt-get update
sudo apt-get install postgresql postgresql-contrib
ls /etc/postgresql/12/main/
service postgresql
service postgresql status
sudo su postgres
postgres@LinusBenedictTorvalds:/home/sundaradmin$ psql
see the database
postgres=#\l
see ...
sundarpalanivel.hashnode.dev1 min read