diff options
Diffstat (limited to 'doc/src/sgml/ref/set_transaction.sgml')
-rw-r--r-- | doc/src/sgml/ref/set_transaction.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index f864bbf6a61..e28a7e1cde2 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -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> |