I have connected to my PSQL database from the command line. However, when I run commands like \dt
, or any other query for that matter, I simply don't get any output. It simply returns my_database=>
my_database=> \dt
my_database=> \dn
my_database=> select * from table limit 1;
my_database=>
\x
does not help. Any ideas?