Re: About a recently-added message

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: About a recently-added message
Дата
Msg-id CAA4eK1LOzsgW2smhnQANQi8VXUePopL-HAo8E+k1+kiuHwBdJQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: About a recently-added message  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
On Wed, Feb 14, 2024 at 1:04 PM Kyotaro Horiguchi
<horikyota.ntt@gmail.com> wrote:
>
> Just after this, I found another inconsistency regarding quotation.
>
> > 'dbname' must be specified in "%s".
>
> The use of single quotes doesn't seem to comply with our standard.
>

Agreed, I think we have two choices here one is to use dbname without
any quotes ("dbname must be specified in \"%s\".", ...)) or use double
quotes ("\"%s\" must be specified in \"%s\".", "dbname" ...)). I see
messages like: "host name must be specified", so if we want to follow
that earlier makes more sense. Any suggestions?

--
With Regards,
Amit Kapila.



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

Предыдущее
От: Ajin Cherian
Дата:
Сообщение: Re: Improve eviction algorithm in ReorderBuffer
Следующее
От: torikoshia
Дата:
Сообщение: Re: Add new error_action COPY ON_ERROR "log"