Re: [SQL] function source code not returning from inside a pgsql function.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] function source code not returning from inside a pgsql function.
Дата
Msg-id 12434.1486659478@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [SQL] function source code not returning from inside a pgsql function.  (Herwig Goemans <herwig.goemans@gmail.com>)
Ответы Re: [SQL] function source code not returning from inside a pgsql function.  (Herwig Goemans <herwig.goemans@gmail.com>)
Список pgsql-sql
Herwig Goemans <herwig.goemans@gmail.com> writes:
>       v_doc_fnc =  replace(v_doc_fnc,'public.',null);

I'm pretty sure that will result in NULL always.  NULL is not another
spelling for the empty string, no matter what Oracle says ;-)
        regards, tom lane



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [SQL] function source code not returning from inside a pgsql function.
Следующее
От: Herwig Goemans
Дата:
Сообщение: Re: [SQL] function source code not returning from inside a pgsql function.