Errot in the modulo Learn Relational Databases by Building a Mario Database

Hello
I have a problem with this module, it generates the following error in the terminal

Learn Relational Databases by Building a Mario Database
psql --username=freecodecamp dbname=postgres
Border style is 2.
Title is " ".
Pager usage is off.
psql (12.9 (Ubuntu 12.9-2.pgdg20.04+1))
Type “help” for help.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36

Challenge: Build a Mario Database

Link to the challenge:

Hi @yago_67 , this is not an error. The prompt postgres=> shows that you have successfully connected to Postgres. Try to type some commands and see the output.

Hello zaira_h
recreate the problem, I use Control-Z in Postgres, the status is [1]+ Stopped psql --username=freecodecamp dbname=postgres
the question is what I’m doing for starting it?

Hi, below are the commands to start/stop the Postgres session.

To start Postgres session: psql --username=freecodecamp dbname=postgres.

To end the Postgres session: CTRL+D or \q.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.