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

From Tom Lane
Subject Re: COALESCE and NULLIF semantics
Date
Msg-id 23591.1252692644@sss.pgh.pa.us
Whole thread Raw
In response to Re: COALESCE and NULLIF semantics  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: COALESCE and NULLIF semantics
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> It's what happens afterwards that's the problem --- try it and see.
> Anything in particular I should test or be looking for, or will the
> error of my ways be glaringly obvious on any usage?

I'm expecting coerce_type to fail, along the lines of
ERROR: failed to find conversion function from unknown to whatever
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: COALESCE and NULLIF semantics
Next
From: Emmanuel Cecchet
Date:
Subject: Re: COPY enhancements