Nic,
Looking at the docs, we don't have to worry about updateable result
sets. cursors are read only
READ ONLY
SQL92 keyword indicating that the cursor will be used in a read only
mode. Since this is the only cursor access mode available in PostgreSQL
this keyword has no effect.
Dave