mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix capitalization of "Tcl"
This commit is contained in:
@ -205,7 +205,7 @@ $ENV{MSBFLAGS}="/m";
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><productname>ActiveState TCL</productname></term>
|
||||
<term><productname>ActiveState Tcl</productname></term>
|
||||
<listitem><para>
|
||||
Required for building <application>PL/Tcl</application> (Note: version
|
||||
8.4 is required, the free Standard Distribution is sufficient).
|
||||
|
@ -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 <literal>EXCEPTION</literal> 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
|
||||
|
Reference in New Issue
Block a user