Re: Documentation error

Поиск
Список
Период
Сортировка
От Richard Guo
Тема Re: Documentation error
Дата
Msg-id CAMbWs4-V6M7hCdOgU5a0QHiKCywzV83DhP5-EYVWcS-2Fo0nPw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Documentation error  (Richard Guo <guofenglinux@gmail.com>)
Список pgsql-bugs

On Thu, Oct 20, 2022 at 11:32 AM Richard Guo <guofenglinux@gmail.com> wrote:
On Wed, Oct 19, 2022 at 10:07 PM Ian R. Campbell <ian.campbell@thepathcentral.com> wrote:
Please see this documentation page: https://www.postgresql.org/about/featurematrix/detail/392/

It states, "By default, NULL values are not treated as distinct entries."

It should state, "By default, NULL values are treated as distinct entries."
 
Correct. +1. Good catch.
 
The second sentence in this page is also incorrect.

"Specifying NULLS NOT DISTINCT on unique indexes / constraints will
cause NULL values to be treated distinctly."

It really should be:

"Specifying NULLS NOT DISTINCT on unique indexes / constraints will
cause NULL values to not be treated distinctly."

Thanks
Richard

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

Предыдущее
От: Michael Guissine
Дата:
Сообщение: Re: BUG #17652: Performance degradation after migrating from v13.4 to v14.4
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17659: error in rpmbuild when compiling psql