I have windows, git bash,pg-admin 3, a Heroku app with a PostgreSQL database,Is there any git bash command to get the db and tables name? because i forgot the names and i can not make any query (select * from (?) )
I have tried:
\list command in git bash, but does not exist.
Looking from Heroku web but no success.
Is there any way to get the names?
select * from information_schema.tablespostgresql.org/docs/current/static/information-schema.html