Thread: ToDO, support UPDATE/DELETE WHERE CURRENT OF cursor_name in plpgsql

ToDO, support UPDATE/DELETE WHERE CURRENT OF cursor_name in plpgsql

From
"Pavel Stehule"
Date:
Hello,

Updatable cursors can be supported in PL/pgSQL.

Explicit PL/pgSQL cursors are named, then we need only skip CURRENT OF
clause in parsing of SQL statements.

Regards
Pavel Stehule