Skip to content

Commit 8737faa

Browse files
committed
Fix capitalization of "Tcl"
1 parent f1674ac commit 8737faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/xact.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
Subtransactions can be started explicitly using the
123123
<command>SAVEPOINT</command> command, but can also be started in
124124
other ways, such as PL/pgSQL's <command>EXCEPTION</command> clause.
125-
PL/Python and PL/TCL also support explicit subtransactions.
125+
PL/Python and PL/Tcl also support explicit subtransactions.
126126
Subtransactions can also be started from other subtransactions.
127127
The top-level transaction and its child subtransactions form a
128128
hierarchy or tree, which is why we refer to the main transaction as

0 commit comments

Comments
 (0)