Re: pg_file_settings

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Rıdvan Korkmaz <serkan(dot)ridvan(dot)korkmaz(at)gmail(dot)com>
Cc: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pg_file_settings
Date: 2023-12-26 04:55:45
Message-ID: CAM9w-_=wNQjNXU1rFDy1fBtxLNR9_5+M=C1Rf86NT1a9dww=gA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Rıdvan,

This is a pgAdmin mailing list. Please send this to
pgsql-admin(at)postgresql(dot)org for PostgreSQL related questions.

On Mon, Dec 25, 2023 at 5:07 PM Rıdvan Korkmaz <
serkan(dot)ridvan(dot)korkmaz(at)gmail(dot)com> wrote:

> Hi,
> When I read the docs for pg_file_settings view on pg_file_settings
> <https://www.postgresql.org/docs/current/view-pg-file-settings.html>
>
> .... This view is helpful for checking whether planned changes in the
> configuration files will work, or for diagnosing a previous failure. Note
> that this view reports on the current contents of the files, not on what
> was last applied by the server. (The pg_settings view is usually sufficient
> to determine that.)
>
> But the following test shows the opposite. When the parameter value is
> "on" for *log_connections, *there is *no error for value*, which is the
> expected case. But If I change the value in postgresql.conf to *"dummy"*
> then re-run the query, this time *I expected the error column to show
> error*,* but again it is null, *which means, I potentially apply this
> value to the parameter.
>
> Is there something I am missing?
>
> Client and server is 16.1 from the RPM package.
>
> [image: image.png]
>
>

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Architect | *enterprisedb.com*
<https://www.enterprisedb.com/>
"Don't Complain about Heat, Plant a TREE"

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2023-12-27 05:36:16 [pgadmin-org/pgadmin4] a4e9f0: Fixed an issue where changes done to a node using ...
Previous Message Rıdvan Korkmaz 2023-12-25 11:37:27 pg_file_settings