Re: pgsql: Avoid using ambiguous word "positive" in error message.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Avoid using ambiguous word "positive" in error message.
Дата
Msg-id 1349356.1630332976@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Avoid using ambiguous word "positive" in error message.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: pgsql: Avoid using ambiguous word "positive" in error message.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> The new style seems good, but I don't really agree that "positive" and
> "non-negative" are ambiguous. "positive" means >0 and "non-negative"
> means >= 0, because 0 is neither positive nor negative.

Well, the point is precisely that not everyone makes that distinction.
I agree that everyone will read "non-negative" as ">= 0"; but there's
a fair percentage of the population that uses "positive" the same way.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Avoid using ambiguous word "positive" in error message.
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Patch: shouldn't timezone(text, timestamp[tz]) be STABLE?