Re: SET within a function?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SET within a function?
Дата
Msg-id 20031014021752.GB32083@wolff.to
обсуждение исходный текст
Ответ на SET within a function?  (Edmund Dengler <edmundd@eSentire.com>)
Ответы Re: SET within a function?
Список pgsql-general
On Mon, Oct 13, 2003 at 21:16:33 -0400,
  Edmund Dengler <edmundd@eSentire.com> wrote:
>
> I think if I could do a 'SET TRANSFORM_NULL_EQUALS TO ON' then this might
> fix the issue (don't know, haven't tried it yet). My question is: can this
> be done within a function such that at the end of the function, the value
> is reset back to value upon entering (kind of like 'SET LOCAL' except for
> just the length of the function call). Is this possible?

I don't think that will do what you want. That setting is used to
rewrite = null as is null, not to change things so that nulls match each
other.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Index on timestamp to date field
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: gborg cvs ?