-
- Downloads
Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to
locate the target row, if the cursor was declared with FOR UPDATE or FOR SHARE. This approach is more flexible and reliable than digging through the plan tree; for instance it can cope with join cursors. But we still provide the old code for use with non-FOR-UPDATE cursors. Per gripe from Robert Haas.
Showing
- doc/src/sgml/plpgsql.sgml 5 additions, 4 deletionsdoc/src/sgml/plpgsql.sgml
- doc/src/sgml/ref/declare.sgml 39 additions, 12 deletionsdoc/src/sgml/ref/declare.sgml
- doc/src/sgml/ref/delete.sgml 9 additions, 6 deletionsdoc/src/sgml/ref/delete.sgml
- doc/src/sgml/ref/update.sgml 7 additions, 4 deletionsdoc/src/sgml/ref/update.sgml
- src/backend/executor/execCurrent.c 110 additions, 42 deletionssrc/backend/executor/execCurrent.c
- src/backend/executor/execMain.c 6 additions, 1 deletionsrc/backend/executor/execMain.c
- src/include/nodes/execnodes.h 2 additions, 1 deletionsrc/include/nodes/execnodes.h
- src/test/regress/expected/portals.out 46 additions, 0 deletionssrc/test/regress/expected/portals.out
- src/test/regress/sql/portals.sql 22 additions, 0 deletionssrc/test/regress/sql/portals.sql
Loading
Please register or sign in to comment