Re:

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re:
Дата
Msg-id m3wvbhr7ys.fsf@belphigor.mcnaught.org
обсуждение исходный текст
Ответ на  (andrew.wan@nu-net.com)
Список pgsql-general
andrew.wan@nu-net.com writes:

> I  am trying to make a function that takes four varchar arguments as in
> CREATE FUNCTION address(varchar,varchar,varchar,varchar) ...
>
> when i try to pass the function a NULL value, it turns all the values into
> NULL:
> select address('foo','foo',NULL,'foo').

This is a bug (??) that's fixed in 7.1, which is currently in beta.

-Doug

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

Предыдущее
От: adb
Дата:
Сообщение: Too many open files! how do I fix on linux?
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: postgres limitation