Re: values of column source in pg_settings

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "msalais(at)msym(dot)fr" <msalais(at)msym(dot)fr>
Cc: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: values of column source in pg_settings
Date: 2025-09-10 19:39:09
Message-ID: CAKFQuwbuCSqXH=n-9DY7-J0ss90f1+rF1pb+g8jCoZG5g2dhvA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wednesday, September 10, 2025, <msalais(at)msym(dot)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.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2025-09-10 19:55:47 Re: values of column source in pg_settings
Previous Message msalais 2025-09-10 19:21:10 values of column source in pg_settings