Re: Pgadmin4 System Stats Extension Design - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Pgadmin4 System Stats Extension Design
Date
Msg-id CA+OCxowLQo=JASFaNsjTw+EQjVQGJ9T-GVnVh0_Jgn2poWZ_Qw@mail.gmail.com
Whole thread Raw
In response to Re: Pgadmin4 System Stats Extension Design  (Sahil Harpal <sahilharpal1234@gmail.com>)
Responses Re: Pgadmin4 System Stats Extension Design
List pgadmin-hackers


On Mon, 24 Jul 2023 at 11:47, Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Mon, 24 Jul 2023 at 15:34, Dave Page <dpage@pgadmin.org> wrote:
On your system, what are the volumes without letters etc? If they're things like swap/pagefile, recovery partition etc, then they can probably be omitted (e.g. SELECT ... WHERE mount_point IS NOT NULL OR drive_letter IS NOT NULL).

 On my system, the SSD is assigned the letter C, and I have partitioned my HDD into two partitions with the letters F and G.

OK, so F and G are not being shown in the query results (or more correctly, they are there, but the drive letter is showing as NULL?). If so, that seems like a bug in the extension.

--

pgadmin-hackers by date:

Previous
From: "dependabot[bot]"
Date:
Subject: [pgadmin-org/pgadmin4] 3b4268: Python dependency: Bump nw from 0.77.0 to 0.78.0 i...
Next
From: Akshay Joshi
Date:
Subject: [pgadmin-org/pgadmin4] 8ec5fc: Remove the 'Objects' tab from the backup dialog as...