Re: tune PostgreSQL using PGADMIN

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: Sachin Kumar <sachinkumaras(at)gmail(dot)com>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: tune PostgreSQL using PGADMIN
Date: 2021-03-08 05:09:24
Message-ID: 7F0C1B11-4C11-4A34-8260-45433A78EF23@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> On Mar 7, 2021, at 21:04, Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
> There is no such feature. And it is not possible for pgAdmin to change PostgreSQL conf as it can be a remote server or if local, can have permissions which won't allow pgAdmin to change it.

Note that you can issue ALTER SYSTEM to the PostgreSQL server like you can with any client. This isn't specifically a feature of pgAdmin, but you can do it from there. Of course, this requires that the user that you are using to connect to the PostgreSQL server has the right permissions to do an ALTER SYSTEM command.

Best,
--
-- Christophe Pettus
xof(at)thebuild(dot)com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Ashesh Vashi 2021-03-08 06:45:27 Re: tune PostgreSQL using PGADMIN
Previous Message Khushboo Vashi 2021-03-08 05:05:57 Re: tune PostgreSQL using PGADMIN