Re: Add hint message for check_log_destination()

From: Japin Li <japinli(at)hotmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add hint message for check_log_destination()
Date: 2023-07-10 01:04:42
Message-ID: ME3P282MB16670B0633FDBFB2B2842488B630A@ME3P282MB1667.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Sat, 08 Jul 2023 at 12:48, Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> On Fri, Jul 07, 2023 at 07:23:47PM +0800, Japin Li wrote:
>> + appendStringInfoString(&errhint, "\"stderr\"");
>> +#ifdef HAVE_SYSLOG
>> + appendStringInfoString(&errhint, ", \"syslog\"");
>> +#endif
>> +#ifdef WIN32
>> + appendStringInfoString(&errhint, ", \"eventlog\"");
>> +#endif
>> + appendStringInfoString(&errhint, ", \"csvlog\", and \"jsonlog\"");
>
> Hmm. Is that OK as a translatable string?

Sorry for the late reply! I'm not sure. How can I know whether it is translatable?

--
Regrads,
Japin Li.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2023-07-10 02:14:04 Re: BUG #17540: Prepared statement: PG switches to a generic query plan which is consistently much slower
Previous Message Joseph Koshakow 2023-07-10 00:54:30 Re: Preventing non-superusers from altering session authorization