Re: problem with overloading the "coalesce" function

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: problem with overloading the "coalesce" function
Дата
Msg-id 440C11D9.3090907@archonet.com
обсуждение исходный текст
Ответ на problem with overloading the "coalesce" function  (Emil Rachovsky <zsevgymko@yahoo.com>)
Ответы Re: problem with overloading the "coalesce" function
Список pgsql-general
Emil Rachovsky wrote:
>
>  Hi,
> I am trying to overload the "coalesce" function to
> accept an integer and a string. Here it is :
>
> CREATE OR REPLACE FUNCTION "coalesce"(a int4, b
> "varchar")
>   RETURNS "varchar" AS
...
> I have added it to pg_catalog, but still I cant't use
> it, I get an error on the second parameter

What is the error?

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Emil Rachovsky
Дата:
Сообщение: problem with overloading the "coalesce" function
Следующее
От: Emil Rachovsky
Дата:
Сообщение: Re: problem with overloading the "coalesce" function