Para hacerlo un poco más corto:
do $$
declare
a integer := 10;
b integer := 20;
msg text;
begin
msg := case
when a>b then 'a is greater than b'
when a<b then 'a is less than b'
when a=b then 'a is equal to b'
else 'NaN here'
end;
raise notice '%', msg;
end $$;
Obviamente funciona en psql
. Tal vez haya algún problema con el finance trading candlestick-chart