Re: Patch for 8.5, transformationHook - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Patch for 8.5, transformationHook
Date
Msg-id 4A80393E02000025000297BC@gw.wicourts.gov
Whole thread Raw
In response to Re: Patch for 8.5, transformationHook  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
I wrote: 
>   COALESCE(a, b)
>  
> should be treated identically to:
>  
>   CASE WHEN a IS NULL THEN a ELSE b END
In case it's not obvious that the above has a typo, I meant: CASE WHEN a IS NOT NULL THEN a ELSE b END
-Kevin


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Ship documentation without intermediate tarballs Documentation
Next
From: Tom Lane
Date:
Subject: Re: Patch for 8.5, transformationHook