In Postgresql How to solve: psql: FATAL: database “root” does not exist Error
Postgresql command line interface psql presents a stumbling block to any mysql users. Try running psql on command line and you will get a nice and unfriendly error message: FATAL: database "root" does not exist
Most MySQL users face this problem initially with Postgresql because Postgresql works differently. Full article (87 words) »

