-
- Downloads
Add a "subtransaction" command to PL/Tcl.
This allows rolling back the effects of some SPI commands without having to fail the entire PL/Tcl function. Victor Wagner, reviewed by Pavel Stehule Discussion: https://postgr.es/m/20170108205750.2dab04a1@wagner.wagner.home
Showing
- doc/src/sgml/pltcl.sgml 106 additions, 6 deletionsdoc/src/sgml/pltcl.sgml
- src/pl/tcl/Makefile 1 addition, 1 deletionsrc/pl/tcl/Makefile
- src/pl/tcl/expected/pltcl_subxact.out 143 additions, 0 deletionssrc/pl/tcl/expected/pltcl_subxact.out
- src/pl/tcl/pltcl.c 53 additions, 0 deletionssrc/pl/tcl/pltcl.c
- src/pl/tcl/sql/pltcl_subxact.sql 95 additions, 0 deletionssrc/pl/tcl/sql/pltcl_subxact.sql
Loading
Please register or sign in to comment