mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a27
)
established the U.S. spellings as standard.
This commit is contained in:
@@ -143,7 +143,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION <replaceable class="parameter">transa
|
||||
transaction, the transaction may block when first acquiring its snapshot,
|
||||
after which it is able to run without the normal overhead of a
|
||||
<literal>SERIALIZABLE</literal> transaction and without any risk of
|
||||
contributing to or being cancelled by a serialization failure. This mode
|
||||
contributing to or being canceled by a serialization failure. This mode
|
||||
is well suited for long-running reports or backups.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
Reference in New Issue
Block a user