domains, case statements, functions: bug?

Поиск
Список
Период
Сортировка
От Joe Van Dyk
Тема domains, case statements, functions: bug?
Дата
Msg-id CACfv+pLbohaGYG3RznncioppAWosJ_pt357rGmeRS2bZ-3U5ZA@mail.gmail.com
обсуждение исходный текст
Ответы Re: domains, case statements, functions: bug?
Список pgsql-general
create domain m numeric(5,2);
create table t (c m);
create function f(t) returns m as $ select case when true then $1.c end $ language sql;


psql:/tmp/t1.sql:3: ERROR:  return type mismatch in function declared to return m
DETAIL:  Actual return type is numeric.
CONTEXT:  SQL function "f"

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