For some reason when I use ctrl +c, commands stop showing results. \d \l etc stop working, the only way I found to fix that is ctrl + z and use psql again. This is my first time using the forums so apologies if this is posted in the wrong section.
2 Likes
Ctrl+C stops a process, I am not sure you can use it in the terminal to copy
1 Like
I am using it to stop a process, it bugs out and stops displaying command results after pressing
1 Like
can you explain how to reproduce please?
1 Like
Relational Databases > Start Project 2 (Mario Database) in browser > type ‘psql --username=freecodecamp --dbname=postgres’ > ctrl + c > \l \d etc stop showing anything
Works fine in VSCode, it’s only the browser version that does this for me.
To fix gotta ctrl + z > log in with psql(…) again
1 Like
Never mind doesn’t work in VSCode, crashed and erased my project
1 Like