I have created a database in postgres. It has 3 empty tables. The table has user tom
as its Superuser
along with root
. I am logged in as tom
and connected to mydb
database. But still the commands \d
or \dt
- gives no relations found
.
Is there any alternate to SHOW TABLE
in postgresql?
Could not find solution here
I get results from - \dt *.*
.