Re: Patch for 8.5, transformationHook

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Patch for 8.5, transformationHook
Дата
Msg-id 4A80393E02000025000297BC@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Patch for 8.5, transformationHook  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Ship documentation without intermediate tarballs Documentation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch for 8.5, transformationHook