Thread: editable plpgsql cursors

editable plpgsql cursors

From
"Panayotis Cosmas"
Date:
I am using plpgsql functions with cursors
to retrieve specific columns from a view,
and I found them most usefull.

Is there a way to INSERT UPDATE and DELETE from cursor
just like using insert-update-delete rules for views ?