Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Nested transaction

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 14 years ago by 86.104.57.160 in topic I know you can't expect much from Wikipedia

Which databases support nested transactions?

[edit]

It would be nice to list databases which support this feature. --Tbleher (talk) 08:46, 8 February 2010 (UTC)Reply

Merge into Database_transaction article

[edit]

This page could be used to bulk up the database transaction page and add more information to it (it's a little bare right now and could use a cleanup). I've only included a link to this page from there for now. --OMouse (talk) 00:47, 11 November 2011 (UTC)Reply

I know you can't expect much from Wikipedia

[edit]

But this article is just LULZ!! — Preceding unsigned comment added by 86.104.57.160 (talk) 22:59, 17 December 2011 (UTC)Reply

Only outermost transaction can "commit"

[edit]

I would not use the word "commit" for subtransaction. At the moment the page uses this word for subtransactions. What word could be used?

[edit]

Subtransactions are implemented using savepoints in many databases (postgres). I am missing a link to the wikipedia page of savepoint.