Re: COALESCE and NULLIF semantics - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COALESCE and NULLIF semantics
Date
Msg-id 11581.1252704907@sss.pgh.pa.us
Whole thread Raw
In response to Re: COALESCE and NULLIF semantics  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: COALESCE and NULLIF semantics
List pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> To make that interpretation work I think you would need to say that
> ROW(NULL,NULL) _is_ the null value,

Right...

> and you would have to allow things like:

>   select 1 + row(null,null);

Eh?  It's a null value of a composite type.  The above is a type
violation.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY enhancements
Next
From: Robert Haas
Date:
Subject: Re: COPY enhancements