I have a local instance of postgres in my Windows machine, when I explore the databases and schemas in PgAdmin4 I can see every table and make queries and etc.
But when I connect to this same postgres instance with same host, user and password with Navicat Premium it only show me the databases but I cannot see the tables in them, but if I do a query I get the result.

