I added postgres installation to my xampp one on winxp. Then I created new login role x. When I try to create new database with php then I get an error that database x doesn't exist.
Do I need to have a database with the same name as user in order to create new database? It says the same when using psql from cmd. Or did I miss something else obvious for regular users?