Re: When is a record NULL?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: When is a record NULL?
Дата
Msg-id 1664.1248458755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: When is a record NULL?  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: When is a record NULL?  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
> I think the following should _not_ return true:
> select (null, null)::somerowtype is null;

Take it up with the SQL standards committee.  The spec is 100% not
ambiguous about this.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH v4] [libpq] Try to avoid manually masking SIGPIPEs on every send()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: When is a record NULL?