I need to create a database inside using a particular username and import the .sql file using PostgreSQL and Ubuntu. I have created one user using the below command.
sudo -u postgres createuser user1 -s
I need command to create one database spesh under this particular owner and import the spesh.sql into it.