Re: Non-default postgresql.conf values to log - Mailing list pgsql-general

From Alex Ignatov
Subject Re: Non-default postgresql.conf values to log
Date
Msg-id 57066E13.1040402@postgrespro.ru
Whole thread Raw
In response to Re: Non-default postgresql.conf values to log  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Non-default postgresql.conf values to log
List pgsql-general

On 07.04.2016 16:53, Tom Lane wrote:
> Alex Ignatov <a.ignatov@postgrespro.ru> writes:
>> My question is: is there any option(s) to log non-default
>> postgresql.conf values to log file?
> No, but you can easily find all the non-default settings by querying
> the pg_settings view.
>
>             regards, tom lane

Yeah, i know it but pg_settings is available only after pg is ready to
accept client connections.
Also in some cases log file is placed on another server say, syslog. And
if your pg server is not available you cant say anything about your
pg_settings.

--
Alex Ignatov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Non-default postgresql.conf values to log
Next
From: Rob Sargent
Date:
Subject: Re: Non-default postgresql.conf values to log