Aby go trochę skrócić:
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 $$;
Oczywiście działa w psql
. Może coś nie tak z finance trading candlestick-chart