diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index cf9fbf22fb7..5a8ca84d098 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -534,7 +534,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL </term> <listitem> <para> - Sets the isolation level for transactions. + Sets the isolation level for the current transaction. <variablelist> <varlistentry> @@ -543,7 +543,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL </term> <listitem> <para> - Sets the isolation level for transactions to + Sets the isolation level for the current transaction to 'SERIALIZABLE' or 'READ COMMITTED'. </para> </listitem> @@ -556,7 +556,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL </term> <listitem> <para> - Sets the isolation level for transactions to + Sets the isolation level for the current transaction to 'SERIALIZABLE' or 'COMMITTED'. </para> </listitem> |