Re: pgsql: Fix IS NULL and IS NOT NULL tests on row-valued
В списке pgsql-committers по дате отправления:
| От | Teodor Sigaev |
|---|---|
| Тема | Re: pgsql: Fix IS NULL and IS NOT NULL tests on row-valued |
| Дата | |
| Msg-id | 451D275E.1000100@sigaev.ru обсуждение исходный текст |
| Ответ на | pgsql: Fix IS NULL and IS NOT NULL tests on row-valued expressions to (tgl@postgresql.org (Tom Lane)) |
| Ответы |
Re: pgsql: Fix IS NULL and IS NOT NULL tests on row-valued expressions to
|
| Список | pgsql-committers |
9.17.5. Row-wise Comparison
"These constructs test a row value for null or not null. A row value is
considered not null if it has at least one field that is not null."
I suppose, it should be changed too.
Tom Lane wrote:
> the SQL spec, viz IS NULL is true if all the row's fields are null, IS NOT
> NULL is true if all the row's fields are not null. The former coding got
--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера