From: Peter Eisentraut Date: Tue, 14 Nov 2023 09:45:53 +0000 (+0100) Subject: Fix capitalization of "Tcl" X-Git-Tag: REL_16_2~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8737faa68edd15e747e29210c87cf040941c34b5;p=thirdparty%2Fpostgresql.git Fix capitalization of "Tcl" --- 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 SAVEPOINT command, but can also be started in other ways, such as PL/pgSQL's EXCEPTION 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