Search Postgresql Archives

domains, case statements, functions: bug?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux