From e7814b40d02582238b14d838c2458825d9170178 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 14 Nov 2023 10:44:44 +0100 Subject: Fix capitalization of "Tcl" --- doc/src/sgml/install-windows.sgml | 2 +- doc/src/sgml/xact.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index f959d27d201..d2cc688c1f7 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -205,7 +205,7 @@ $ENV{MSBFLAGS}="/m"; - ActiveState TCL + ActiveState Tcl Required for building PL/Tcl (Note: version 8.4 is required, the free Standard Distribution is sufficient). diff --git a/doc/src/sgml/xact.sgml b/doc/src/sgml/xact.sgml index 0f768a23a69..07b94b11329 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 -- cgit v1.2.3