dbeaver / dbeaver/dbeaver

If table is partitioned, the size of the table is not shown

Open
#35,172 1 comment 0 reactions 0 assignees View on GitHub
xf:navigator xf:ui
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 13h
Merged PRs (30d)
183

Description

### Description

- Execute this code:
```
CREATE TABLE public.partitioned1 (
id int4 NOT NULL,
val int4 NOT NULL,
CONSTRAINT pk_partitioned1 PRIMARY KEY (id, val)
)
PARTITION BY RANGE (id);

CREATE TABLE public.partitioned2 (
id int4 NOT NULL,
val int4 NOT NULL,
CONSTRAINT pk_partitioned2 PRIMARY KEY (id, val)
);
```
- open a list of tables in public schema in Database Navigator

Here is the result:

![изображение](https://github.com/user-attachments/assets/da29a797-27d6-4a41-925b-d5c237b083b0)

### DBeaver Version

Community Edition 24.1.5.202408012322

### Operating System

Windows 10

### Database and driver

_No response_

### Steps to reproduce

_No response_

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.