This commit adds a parse-time check that the labels on a PLpgSQL block (if any) match. If the labels do not match, an expected syntax error is returned. This commit ...
Hi, I am writing a rest api to call a PL/SQLstored procedure which returns a nested cursor. I am able to fetch the outer cursor very quickly using quertyToStream(). Can someone please help me in ...