Re: Add hint message for check_log_destination() - Mailing list pgsql-hackers

From jian he
Subject Re: Add hint message for check_log_destination()
Date
Msg-id CACJufxH7eeCczN8Yat68X-KOyf0tnW_NmnyRsiTxrsR3wTEo4w@mail.gmail.com
Whole thread Raw
In response to Add hint message for check_log_destination()  (Japin Li <japinli@hotmail.com>)
Responses Re: Add hint message for check_log_destination()
List pgsql-hackers
On Fri, Jul 7, 2023 at 1:06 PM Japin Li <japinli@hotmail.com> wrote:
>
>
> Hi, hackers
>
> When I try to change log_destination using ALTER SYSTEM with the wrong value,
> it complains of the "Unrecognized key word" without available values.  This
> patch tries to add a hint message that provides available values for
> log_destination.  Any thoughts?
>
> --
> Regrads,
> Japin Li.
>

select  * from pg_settings where name ~* 'log.*destin*' \gx

short_desc      | Sets the destination for server log output.
extra_desc      | Valid values are combinations of "stderr", "syslog",
"csvlog", "jsonlog", and "eventlog", depending on the platform.

you can just reuse extra_desc in the pg_settings (view) column ?



pgsql-hackers by date:

Previous
From: Gurjeet Singh
Date:
Subject: Re: RFC: pg_stat_logmsg
Next
From: Masahiko Sawada
Date:
Subject: Re: Initial Schema Sync for Logical Replication