From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/tutorial-transactions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/tutorial-transactions.html') diff --git a/doc/src/sgml/html/tutorial-transactions.html b/doc/src/sgml/html/tutorial-transactions.html index bb7779b..aa13a78 100644 --- a/doc/src/sgml/html/tutorial-transactions.html +++ b/doc/src/sgml/html/tutorial-transactions.html @@ -1,5 +1,5 @@ -3.4. Transactions

3.4. Transactions

+3.4. Transactions

3.4. Transactions

Transactions are a fundamental concept of all database systems. The essential point of a transaction is that it bundles multiple steps into a single, all-or-nothing operation. The intermediate @@ -139,4 +139,4 @@ COMMIT; transaction block that was put in aborted state by the system due to an error, short of rolling it back completely and starting again. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3