SyntaxFix
Write A Post
Hire A Developer
Questions
First login as postgres user:
sudo su - postgres
connect to the required db: psql -d databaseName
psql -d databaseName
\dt would return the list of all table in the database you're connected to.
\dt