We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#To initialise the command prompt:
sudo -u postgres psql
create database mydb;
#To show all database list
\l
#press q to quit
#to connect to database
\c mydb;