DEV Community

Abinaya V
Abinaya V

Posted on

POSTGRESQL

step1
open terminal

step2
Type => sudo -i -u postgres

step3
sudo -i -u postgres Enter the password => **********

step4
type => psql is a command-line tool used to connect to and work with PostgreSQL databases.

step5
Type => \c Connect to college database

Top comments (0)