Re: feature request ?

Поиск
Список
Период
Сортировка
От Iain
Тема Re: feature request ?
Дата
Msg-id 002201c459d6$8a8ff4a0$7201a8c0@mst1x5r347kymb
обсуждение исходный текст
Ответ на feature request ?  (sad <sad@bankir.ru>)
Список pgsql-sql
> > IF foo IS NULL
> > THEN ...
> > ELSIF foo
> > THEN ...
> > ELSE ...
> > END IF;
>
> here the foo expression woll be executed twice

if you can use an immutable or stable function then the overhead would be
minimal as the system knows that it doesn't need to re-evaluate it.

regards
Iain




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

Предыдущее
От: "Alexander M. Pravking"
Дата:
Сообщение: Re: feature request ?
Следующее
От: sad
Дата:
Сообщение: Re: feature request ?