Re: DBeaver does not show all tables in a Schema

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Shaozhong SHI <shishaozhong(at)gmail(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: DBeaver does not show all tables in a Schema
Date: 2021-10-29 15:24:47
Message-ID: 2e47f615-557c-af98-711d-a15ef2f16ea6@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/29/21 03:46, Shaozhong SHI wrote:
> I used a DBeaver to connect to postgres but it does not show all tables
> in a schema.
>
> Can anyone shed light on this?

Not without:

1) Postgres version

2) DBeaver version

3) JDBC version

4) Example of what you expect to see vs what you are seeing
In other words how do you know you are not seeing all tables?

5) Verification that you are connecting to correct database.

>
> Regards,
>
> David

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Philip Semanchuk 2021-10-29 17:21:19 psql syntax for array of strings in a variable?
Previous Message Adrian Klaver 2021-10-29 15:17:53 Re: Postgres dblink example