Start a new topic

I see no tables in a postgres database

I'm new to postgres.


Using psql, to see tables I must do:

\c vagrant;  -- to connect to the database

\dt vagrant_registry_dev.*; -- I must preface all tables with the schema name!


This seems weird, but okay.


But in DBVis, once connected to postgres (Default)

I see

    information_schema

    pg_catalog

    public

In all of them, the TABLE table is empty.
How do I find my schema and its tables?

1 Comment

Hi Randy,


To be able to help you with this, we need more info about your database and configuration. Please connect to the database and open Help->Contact Support and submit a ticket.


Best Regards,

Hans

Login or Signup to post a comment