summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-11-14 10:45:53 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-11-14 10:45:53 +0100
commit8737faa68edd15e747e29210c87cf040941c34b5 (patch)
tree3ad2daf5e6658ca4a526f9f85aacd95e34003a54
parentf1674ac6b05b39c979f245947ad98fe306a2d4a0 (diff)
Fix capitalization of "Tcl"
-rw-r--r--doc/src/sgml/xact.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/xact.sgml b/doc/src/sgml/xact.sgml
index ab22e45b05c..a707cc5eb51 100644
--- a/doc/src/sgml/xact.sgml
+++ b/doc/src/sgml/xact.sgml
@@ -122,7 +122,7 @@
Subtransactions can be started explicitly using the
<command>SAVEPOINT</command> command, but can also be started in
other ways, such as PL/pgSQL's <command>EXCEPTION</command> clause.
- PL/Python and PL/TCL also support explicit subtransactions.
+ PL/Python and PL/Tcl also support explicit subtransactions.
Subtransactions can also be started from other subtransactions.
The top-level transaction and its child subtransactions form a
hierarchy or tree, which is why we refer to the main transaction as