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 ...
CURSOR c_employees IS SELECT first_name,last_name FROM employees; -- TYPE ndt_list IS TABLE OF employees.first_name%TYPE; TYPE ndt_list IS TABLE OF c_employees%ROWTYPE; ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results