Re: DBeaver does not show all tables in a Schema

2021-10-29 Thread Adrian Klaver
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 ot

Re: DBeaver does not show all tables in a Schema

2021-10-29 Thread Shaozhong SHI
On Fri, 29 Oct 2021 at 14:53, Ryan Booz wrote: > In a recent update (not sure when), the default for DBeaver seems to have > changed so that the navigator view is set to "simple", rather than > "advanced" which shows all objects. > > Right-click the server -> edit connection -> Select "General" -

Re: DBeaver does not show all tables in a Schema

2021-10-29 Thread Ryan Booz
In a recent update (not sure when), the default for DBeaver seems to have changed so that the navigator view is set to "simple", rather than "advanced" which shows all objects. Right-click the server -> edit connection -> Select "General" -> verify "Navigator View" On Fri, Oct 29, 2021 at 9:48

Re: DBeaver does not show all tables in a Schema

2021-10-29 Thread Shaozhong SHI
It is a new installation with all permissions. Nothing has done to it. Regards, David On Fri, 29 Oct 2021 at 14:14, negora wrote: > Are you sure that you're not applying a filter in the "Database > Navigator" panel of DBeaver? > > Sometimes, it occurs to me that I apply a filter for certain d

Re: DBeaver does not show all tables in a Schema

2021-10-29 Thread negora
Are you sure that you're not applying a filter in the "Database Navigator" panel of DBeaver? Sometimes, it occurs to me that I apply a filter for certain database, I forget to remove it, then open another database, and some or all tables do not appear in the navigator. On 29/10/2021 12:46,

Re: DBeaver does not show all tables in a Schema

2021-10-29 Thread Ron
On 10/29/21 5:46 AM, 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? Permissions? -- Angular momentum makes the world go 'round.

DBeaver does not show all tables in a Schema

2021-10-29 Thread Shaozhong SHI
I used a DBeaver to connect to postgres but it does not show all tables in a schema. Can anyone shed light on this? Regards, David