Closed ghost closed 3 years ago
In a pl/pgsql function, the if statements are ended with end if. These currently are being indented at the body level of the if statement, or I don't have the mode configured properly.
end if
if (not found) then raise notice 'Not found'; return 1; end if;
Thanks for reporting this. I pushed a fix for it and should now work correctly.
Cool thanks!
In a pl/pgsql function, the if statements are ended with
end if
. These currently are being indented at the body level of the if statement, or I don't have the mode configured properly.