Re: pgsql: Add strict_multi_assignment and too_many_rows plpgsqlchecks

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Add strict_multi_assignment and too_many_rows plpgsqlchecks
Дата
Msg-id 2ffe6f81-63a1-bff5-e8d5-5a1efc91c9a6@2ndquadrant.com
обсуждение исходный текст
Ответы Re: pgsql: Add strict_multi_assignment and too_many_rows plpgsql checks
Список pgsql-hackers
On 2018-07-25 01:47, Tomas Vondra wrote:
> Add strict_multi_assignment and too_many_rows plpgsql checks

Could you clarify this error message:

    /* translator: %s represents a name of an extra check */
    errdetail("%s check of %s is active.",
             "strict_multi_assignment",
             strict_multiassignment_level == ERROR ? "extra_errors" :
                                                 "extra_warnings"),

What does, for example,

    strict_multi_assignment check of extra_errors is active.

mean?

Also note that the translator comment is only mentioning one of the %s.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fuzzy thinking in is_publishable_class