It looks like you are using the DbExplorer rather than the DbTree.
Which SQL Workbench build are you using and what is the JDBC driver version?
Newer drivers report those tables as "PARTITIONED TABLE" not "TABLE"
You can filter out partitions by changing a configuration setting, e.g. by running WbSetDBConfig:
WbSetDBConfig partitions.tablelist.remove=true;
But this depends a bit on the driver (and only works for partitions using the declarative partitioning not for the deprecated inheritance based partitioning).
Regards
Thomas
Scott Waldon schrieb am 20.01.2023 um 21:36:
> I've never seen sqlworkbench display like this, but instead all I've ever seen is this format. I am connecting to postgres.
>
> SqlWorkBenchPartitions.PNG
>
> On Friday, January 20, 2023 at 10:33:55 AM UTC-5 Thomas Kellerer wrote:
>
> The DbTree will display it like that:
>
> Postgres:
>
> Oracle: