Skip to content

Various postgresql fixes

Latest
Compare
Choose a tag to compare
@berenddeboer berenddeboer released this 11 Sep 21:27
· 2 commits to master since this release

Mainly postgresql fixes, but one new Xplain feature: you can now use if statements at some places in a stored procedure.

There are limits, you can't use extend in an if statement as that can lead to all kinds of odd output errors.