I\'m running PostgreSQL on mt Windows 7 machine. To run a database I type:
C:\\psql -Upostgres mydb
and this works, but it would be nice i
This worked for me --username Shweta;
--username Shweta;
Now to create a database create database db;
create database db;