Re: PL/pgSQL parameter passing bug?

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: PL/pgSQL parameter passing bug?
Дата
Msg-id m38zlmoomt.fsf@belphigor.mcnaught.org
обсуждение исходный текст
Ответ на PL/pgSQL parameter passing bug?  (Ed Loehr <ed@accuros.com>)
Список pgsql-general
Ed Loehr <ed@accuros.com> writes:

> I'm seeing actual parameters impacted by the value of another actual
> parameter in an unexpected manner.  Example test case and example run
> included below.  This is occuring on 7.0.3 on Redhat.  Can anyone confirm
> or educate me?

This is a known problem with 7.0.x that is fixed in the upcoming 7.1
release.  If you pass one NULL parameter to a function, they all
become NULL.

-Doug

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

Предыдущее
От: Jim Mercer
Дата:
Сообщение: pg_hba.conf and crypt/password
Следующее
От: will trillich
Дата:
Сообщение: Re: dynamic field names in a function.