Re: Add hint message for check_log_destination()

Поиск
Список
Период
Сортировка
От Japin Li
Тема Re: Add hint message for check_log_destination()
Дата
Msg-id ME3P282MB16670B0633FDBFB2B2842488B630A@ME3P282MB1667.AUSP282.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Add hint message for check_log_destination()  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Add hint message for check_log_destination()  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
On Sat, 08 Jul 2023 at 12:48, Michael Paquier <michael@paquier.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.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joseph Koshakow
Дата:
Сообщение: Re: Preventing non-superusers from altering session authorization
Следующее
От: Peter Smith
Дата:
Сообщение: Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table.