What I have tried that works would be exiting psql using \q and logging in again using psql -d postgres -U user, but that's kind of a hassle.
So my question would be, is there a better way to go back to the user=> from user'> because with the latter you won't be able to use any psql commands.