Re: BUG or feature?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG or feature?
Дата
Msg-id 28072.981557757@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG or feature?  (Max Vaschenko <max@nino.ru>)
Список pgsql-bugs
Max Vaschenko <max@nino.ru> writes:
> All seems ok, but how about next ?
> SELECT upd('aaa',null);
> <null>

This is fixed in 7.1.  It's unfixable in prior releases because the
old function manager only maintained one argument-is-null flag for a
function call ... so *all* the arguments are taken as null if any are.

            regards, tom lane

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

Предыдущее
От: Jered Floyd
Дата:
Сообщение: JDBC driver doesn't allow access to BYTEA types via get/setBytes()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: byteain() doesn't parse correctly