| От | Hannu Krosing |
|---|---|
| Тема | Re: Null row vs. row of nulls in plpgsql |
| Дата | |
| Msg-id | 1222602303.7044.6.camel@huvostro обсуждение исходный текст |
| Ответ на | Re: Null row vs. row of nulls in plpgsql (Greg Stark <greg.stark@enterprisedb.com>) |
| Список | pgsql-hackers |
On Sun, 2008-09-28 at 04:03 +0300, Greg Stark wrote: > Iirc the reason for this fuzziness came from the SQL spec definition > of IS NULL for rows. As long as you maintain that level of spec- > compliance I don't think there are any other important constraints on > pg behaviour. What does SQL spec say about recursive IS NULL for rows ? Should we check that IS NULL is true for each row element, or must they actually be NULL's ? hannu=# select row(null, null) is NULL;?column? ----------t (1 row) hannu=# select row(null, row(null, null)) is NULL;?column? ----------f (1 row) -------------- Hannu
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера