Tell us what’s happening:
Terminal says I’m connected to “mario_database” but lesson doesn’t pass responding with “You should be connected to “mario_database”.
Challenge: “Connect to your newly named database so you can start adding your characters.”.
Terminal output:
postgres=# \c mario_database
You are now connected to database “mario_database” as user “postgres”.
mario_database=# \c second_database
You are now connected to database “second_database” as user “postgres”.
second_database=# \c mario_database
You are now connected to database “mario_database” as user “postgres”.
mario_database=# SELECT current_database();
mario_database=#
±-----------------+
| current_database |
±-----------------+
| mario_database |
±-----------------+
(1 row)
mario_database=#
Lesson response: "You should be connected to “mario_database”.
I’ve tried 2 different codespaces and now local build, all with same issue on same challenge.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Challenge Information:
Build a Database of Video Game Characters - Build a Database of Video Game Characters
