Re: values of column source in pg_settings - Mailing list pgsql-admin

From David G. Johnston
Subject Re: values of column source in pg_settings
Date
Msg-id CAKFQuwbuCSqXH=n-9DY7-J0ss90f1+rF1pb+g8jCoZG5g2dhvA@mail.gmail.com
Whole thread Raw
In response to values of column source in pg_settings  (<msalais@msym.fr>)
Responses Re: values of column source in pg_settings
List pgsql-admin
On Wednesday, September 10, 2025, <msalais@msym.fr> wrote:

postgres# select name, source from pg_settings where source like 'environ%';

      name       |        source      

-----------------+----------------------

max_stack_depth | environment variable

 

What is the meaning of ‘environment_variable’ here?


Operating system and/or shell variable.  Established in the parent process’s environment before starting the server.

Think “home” and “path”.

David J.

pgsql-admin by date:

Previous
From:
Date:
Subject: values of column source in pg_settings
Next
From: "David G. Johnston"
Date:
Subject: Re: values of column source in pg_settings