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

From Ashesh Vashi
Subject Re: Pgadmin4 System Stats Extension Design
Date
Msg-id CAG7mmozAWLQn4hdAzMvQ-r8=ru4ScXf_-NukHdaw+2Ha+fxmnQ@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 Wed, Jul 12, 2023 at 4:20 PM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Wed, 12 Jul 2023 at 10:26, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
On Tue, Jul 11, 2023 at 8:45 PM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Tue, Jul 11, 2023 at 2:29 PM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Tue, 11 Jul 2023 at 12:04, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
Try preloading the extension in the PostgreSQL server.
e.g.  Add this extension in the 'shared_preload_libraries' in postgresql.conf.

Reference: https://pgpedia.info/s/shared_preload_libraries.html
Thank you, Ashesh! I will try this and provide you with an update.
I tried adding 'system_stats' in the 'shared_preload_libraries', but it doesn't work. 
Did you restart the database server?
Yep. 
If it is an extension issue, you may want to create an issue in its github repo with reproduction steps, current & expected behaviour.

-- Ashesh  

pgadmin-hackers by date:

Previous
From: Sahil Harpal
Date:
Subject: Re: Pgadmin4 System Stats Extension Design
Next
From: Khushboo Vashi
Date:
Subject: [pgadmin-org/pgadmin4] 715fa4: Fix an error 'list' object has no attribute 'strip...